Authentication
Authorization: Bearer {token}AUTH Token
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"token_type": "Bearer",
"expires_in": 86400,
"access_token": "ACCESS_TOKEN_HERE"
}{
"error": "invalid_client",
"error_description": "Client authentication failed",
"message": "Client authentication failed"
}Last updated
Was this helpful?