HTTP Status Codes
| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid request payload |
| 401 | Unauthorized - Invalid API key |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource doesn’t exist |
| 500 | Server Error - Please contact support |
Handle API errors consistently
| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid request payload |
| 401 | Unauthorized - Invalid API key |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource doesn’t exist |
| 500 | Server Error - Please contact support |