Error Handling
Understand the API error codes and how to handle them so your application can respond correctly to various failure conditions.
Common error codes
| Status | Name | Meaning |
|---|---|---|
401 | Unauthorized | The API key is invalid or has expired |
403 | Forbidden | Insufficient permissions or the account is restricted |
429 | Too Many Requests | Request rate exceeds the limit |
500 | Server Error | Internal server error |