UNSUPPORTED_GRANT_TYPE

HTTP 400

What it means

The authorization server does not support the requested grant type.

What to do

Use one of the supported grant types: authorization_code, refresh_token, or client_credentials.

Envelope

{
  "error": {
    "code": "UNSUPPORTED_GRANT_TYPE",
    "http_status": 400,
    "message": "The authorization server does not support the requested grant type.",
    "remediation_hint": "Use one of the supported grant types: authorization_code, refresh_token, or client_credentials.",
    "docs_url": "https://developers.cognethics.com/errors/UNSUPPORTED_GRANT_TYPE",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.