ORGANIZATION_NOT_FOUND

HTTP 404

What it means

The organization referenced by this request does not exist or is not accessible.

What to do

Verify the X-Organization-Context header is set to a valid org id within the authenticated tenant.

Envelope

{
  "error": {
    "code": "ORGANIZATION_NOT_FOUND",
    "http_status": 404,
    "message": "The organization referenced by this request does not exist or is not accessible.",
    "remediation_hint": "Verify the X-Organization-Context header is set to a valid org id within the authenticated tenant.",
    "docs_url": "https://developers.cognethics.com/errors/ORGANIZATION_NOT_FOUND",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.