Skip to main content
POST
Login

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
username
string
required
Example:

"user@example.com"

password
string<password>
required
Example:

"secure_password"

Response

Authentication successful or MFA required

access_token
string
required
expires_in
integer
required

Token expiration in seconds

user_id
string<uuid>
required