Skip to main content
API version 2024.0 An OAuth 2.0 error.
error
string
example: invalid_clientThe type of the error returned.
error_description
string
example: The client credentials are not validThe type of the error returned.
{
  "error": "invalid_client",
  "error_description": "The client credentials are not valid"
}