REDIRECT_URI_MISMATCH

HTTP 400

What it means

The redirect_uri in this request does not match any URI registered for this client.

What to do

Register the redirect URI in the developer portal, or use a URI that is already on the client's allow-list.

Envelope

{
  "error": {
    "code": "REDIRECT_URI_MISMATCH",
    "http_status": 400,
    "message": "The redirect_uri in this request does not match any URI registered for this client.",
    "remediation_hint": "Register the redirect URI in the developer portal, or use a URI that is already on the client's allow-list.",
    "docs_url": "https://developers.cognethics.com/errors/REDIRECT_URI_MISMATCH",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.