| HTTP Code | Meaning | Retry? | Action |
|---|---|---|---|
200 | Success | No | Parse response |
400 | Bad Request | No | Fix request parameters |
401 | Unauthorized | Once | Re-authenticate, then retry |
403 | Forbidden | No | Check API access level |
404 | Not Found | No | Verify endpoint URL and resource ID |
422 | Unprocessable Entity | No | Validate input data types, formats, and value limits, then correct and resend |
429 | Rate Limited | Yes | Exponential backoff (start 1s, max 60s) |
500 | Server Error | Yes | Retry with backoff (max 3 retries) |
502/503 | Service Unavailable | Yes | Retry with backoff (max 5 retries) |
Getting Started
Error codes
Reference for API error responses and their meanings.
.png?fit=max&auto=format&n=SdGZnb5iGLBOelR9&q=85&s=6e183af2c7498a76797d0c8d9a81b986)
.png?fit=max&auto=format&n=SdGZnb5iGLBOelR9&q=85&s=7702c636c517001e39df24a084a9728d)