Get/refresh access token
The method allows you to exchange an authorization code to access token and refresh token
post/oauth2/access_token
Request body
Response
200
Example response
{
"token_type": "Bearer",
"expires_in": 86400,
"access_token": "xxxxxx",
"refresh_token": "xxxxx"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.