INVALID_CLIENT

HTTP 401

What it means

Client authentication failed (unknown client, no client authentication included, or unsupported authentication method).

What to do

Verify your client_id and client_secret are correct and that the client is registered with this A4 tenant.

Envelope

{
  "error": {
    "code": "INVALID_CLIENT",
    "http_status": 401,
    "message": "Client authentication failed (unknown client, no client authentication included, or unsupported authentication method).",
    "remediation_hint": "Verify your client_id and client_secret are correct and that the client is registered with this A4 tenant.",
    "docs_url": "https://developers.cognethics.com/errors/INVALID_CLIENT",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.