Authenticate and receive a bearer token

Request

This endpoint expects an object.
grant_typestringRequired
Use the text 'password' for password type grant
client_idstringRequired
client_secretstringRequired
usernamestringRequired
API username, not be confused with your website username
passwordstringRequired
API password, not be confused with your website password

Response

Successful authentication
access_tokenstring or null
expires_ininteger or null
token_typestring or null
scopestring or null
refresh_tokenstring or null