400 Bad Request
{"error": "invalid_request", "error_description": "the connection was disabled"}The connection is not active or not enabled for your client_id.
{"error": "invalid_request", "error_description": "the connection was disabled"}
client_id
{"error": "invalid_request", "error_description": "the connection was not found"}
{"error": "invalid_request", "error_description": "missing client_id parameter"}
{"error": "invalid_request", "error_description": "missing access_token parameter"}
401 Unauthorized
{"error": "invalid_request", "error_description": "invalid access_token: invalid_token"}The access_token is invalid or does not contain the set scope.
{"error": "invalid_request", "error_description": "invalid access_token: invalid_token"}
access_token
scope
403 Forbidden
{"error": "unauthorized_client", "error_description": "invalid client"}
Last updated 1 year ago
Was this helpful?