Endpoint Examples
Login To Obtain Access Token
Login to obtain an access token.
POST
/
token
Body
application/x-www-form-urlencoded
username
string
requiredpassword
string
requiredgrant_type
string | null
scope
string
default: client_id
string | null
client_secret
string | null
Response
200 - application/json
Model for representing an access token.
access_token
string
requiredtoken_type
string
requiredWas this page helpful?