PACINBack to PACIN

Docs Reference Errors

Errors

HTTP status plus a machine-readable code.

Failed calls return a 4xx or 5xx status and JSON. Handle the code, not the wording of the message.

json
{
  "error": "AUTHENTICATION_REQUIRED",
  "message": "A short description of what went wrong."
}

Status

StatusMeaning
400The request is missing a required field or is otherwise invalid.
401No key, or a bad key.
403Authenticated, but not allowed — including missing or invalid consent.
404The record is not visible to your institution.
429Too many requests. Wait, then retry. See rate limits.
5xxServer error. Retry later.

Codes you will see

CodeTypical cause
AUTHENTICATION_REQUIREDMissing or invalid credentials.
INSUFFICIENT_PERMISSIONSThe key or user cannot call this route.
CONSENT_REQUIREDLive scoring without an active consent.
CONSENT_INVALIDThe consent id does not match this entity, purpose, or status.
RATE_LIMITEDBack off. Read Retry-After when present.

Last updated 14 September 2026