OAuth
Obtain/Refresh Tokens
This endpoint is used to obtain a new access token using various OAuth 2.0 grant types or refresh an existing token.
post/oauth/authorizations
Request body
Response
Example response
{
"error_msg": "Done."
}This endpoint is used to obtain a new access token using various OAuth 2.0 grant types or refresh an existing token.
{
"error_msg": "Done."
}