Authentication
Authenticate
Grant access to the API getting an OAuth2Token.
post/oauth/authorize
Response
The OAuth2Token.
Example response
{
"refresh_token": "{{refresh_token}}",
"token_type": "Bearer",
"access_token": "{{access_token}}"
}Grant access to the API getting an OAuth2Token.
The OAuth2Token.
{
"refresh_token": "{{refresh_token}}",
"token_type": "Bearer",
"access_token": "{{access_token}}"
}