Skip to main content

AuthRequest

The request body for the login operation.

usernamestringrequired

The username (also known as the login ID).

Example: john_doe@example.com
passwordpasswordrequired

The password or API Key.

Example: YOUR_PASSWORD_HERE
AuthRequest
{
"username": "john_doe@example.com",
"password": "YOUR_PASSWORD_HERE"
}