Skip to main content
The Bunker Longevity API returns errors as JSON with a stable code you can switch on and a human-readable message. HTTP status codes follow standard REST conventions.

Error shape

HTTP status codes

Error codes

Retry guidance

Do not retry 400-series errors without changing the request. They are deterministic and will fail again.
  • Retry 429, 500, and 503 with exponential backoff and jitter.
  • Include a stable request_id on retries so support can trace them.
  • Reach out at [email protected] with the request_id for any error you cannot resolve.