Token (Client Credentials)
Request Access Token Using client credentials:
Parameters
Sample Request
Sample Response
{
"access_token": "abcdefghijklmnopqrstuvwxyz123456789",
"expires_in": 3600,
"token_type": "Bearer",
"scope": null
}Last updated