ACCESS_DENIED

HTTP 403

What it means

The resource owner or authorization server denied the request.

What to do

Confirm the user explicitly approved this MCP client during the OAuth consent step, then retry the authorization flow.

Envelope

{
  "error": {
    "code": "ACCESS_DENIED",
    "http_status": 403,
    "message": "The resource owner or authorization server denied the request.",
    "remediation_hint": "Confirm the user explicitly approved this MCP client during the OAuth consent step, then retry the authorization flow.",
    "docs_url": "https://developers.cognethics.com/errors/ACCESS_DENIED",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.