POST /oauth/access_token

Status
JSON Response

400 Bad Request

{"error": "invalid_request", "error_description": "the connection was disabled"}The connection is not active or not enabled for your client_id.

400 Bad Request

{"error": "invalid_request", "error_description": "the connection was not found"}

400 Bad Request

{"error": "invalid_request", "error_description": "missing client_id parameter"}

400 Bad Request

{"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.

403 Forbidden

{"error": "unauthorized_client", "error_description": "invalid client"}

Last updated

Was this helpful?