OAuth 2.0
Issue OAuth 2.0 token
post/oauth2/token
Headers
Authorizationstring
Basic authentication credentials: Basic base64(client_id:client_secret)
Response
Example response
{
"token_type": "Bearer"
}Basic authentication credentials: Basic base64(client_id:client_secret)
{
"token_type": "Bearer"
}