Authenticate a client
Authenticating with your client details to retrieve an access token using OAuth 2.0
POST https://auth.<your_domain>/tokenRequest payload
https://auth.<your_domain>/tokenPOST parameter
Sample value
Description
Request Response
{
"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6Ikp...",
}Token Header
Parameter
Sample value
Description
Token Payload
Parameter
Sample value
Description
Last updated