Skip to main content

Error Handling

The API uses standard HTTP status codes to indicate the success or failure of a request:

CodeStatusMeaning
200OKThe request was successful.
400Bad RequestThe request was malformed (e.g., missing required parameters).
401UnauthorizedYour API key is missing or invalid.
404Not FoundThe requested resource does not exist.
429Too Many RequestsYou have exceeded a rate limit or your daily sending quota.
500Internal Server ErrorSomething went wrong on our end. Please try again later.