Error Handling
The API uses standard HTTP status codes to indicate the success or failure of a request:
| Code | Status | Meaning |
|---|---|---|
| 200 | OK | The request was successful. |
| 400 | Bad Request | The request was malformed (e.g., missing required parameters). |
| 401 | Unauthorized | Your API key is missing or invalid. |
| 404 | Not Found | The requested resource does not exist. |
| 429 | Too Many Requests | You have exceeded a rate limit or your daily sending quota. |
| 500 | Internal Server Error | Something went wrong on our end. Please try again later. |