Errors & Troubleshooting
Errors & Troubleshooting
Errors & Troubleshooting
Use this page when a request fails or behaves unexpectedly. Endpoint reference pages document per-field validation; this page explains what failed, how to fix it, and how to retry safely.
Most REST errors return JSON:
Auth failures use HTTP 403, not 401. Treat 403 with invalid_api_key_error as an authentication problem. See Authentication.
Use retries only for 429, 500, and 503 — not for 400/403/422.
error.code from the response body.