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