Exchange authorization code or refresh token
post/api/oauth/token
Response
Access and refresh tokens
Example response
{
"token_type": "Bearer",
"expires_in": 3600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.
Access and refresh tokens
{
"token_type": "Bearer",
"expires_in": 3600
}No recorded changes to this endpoint across all 1 revision of this API.