Skip to main content
POST
Login To Obtain Access Token

Authorizations

Authorization
string
header
required

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

Body

application/x-www-form-urlencoded
username
string
required
password
string
required
grant_type
string | null
Pattern: password
scope
string
default:""
client_id
string | null
client_secret
string | null

Response

Successful Response

Model for representing an access token.

access_token
string
required
token_type
string
required