Skip to main content

Common errors

CodeMeaning
missing_authorizationNo Bearer token was supplied.
invalid_tokenThe token is expired, revoked, inactive, unknown, or not valid for the route.
not_foundThe route or resource is unavailable.
validation_failedA path, query, or body field failed validation.
permission_deniedThe credential is not allowed to perform the requested action.

Production guidance

  • Store pat_... Project API Tokens server-side only.
  • Send X-Operation-Key for multi-step jobs so API journeys are easier to inspect.
  • Use include_count=true only when you need total counts.
  • Prefer exact filters and indexes for high-traffic list views.
  • Treat export URLs as generated artifacts, not permanent canonical storage.