Token (Auth Code Flow)
Request Access Token Using Authorization Code Flow:
Parameters
Sample Request
Sample Response
{
"access_token": "abcdefghijklmnopqrstuvwxyz123456789",
"expires_in": 3600,
"token_type": "Bearer",
"scope": null,
"refresh_token": "123456789abcdefghijklmnopqrstuvwxyz"
}Last updated