Skip to content
Last updated

Unauthorized

FieldValue
Type URIhttps://developer-next.ingrid.com/ingrid-api/errors/common/unauthorized
TitleUnauthorized
Recommended Status401 Unauthorized

Common Causes

  • No authentication credentials were provided
  • The provided API key or token is invalid or expired
  • The authentication header is malformed

Example Response

{
  "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "The request requires valid authentication credentials.",
  "trace_id": "abc-123-def-456"
}