Error Reference
Status Codes
We use standard HTTP response codes to communicate the result of your API requests. Errors will always follow up with errorCode and errorMessage
400
Bad Request
The request was unacceptable, often due to missing a required parameter.
401
Unauthorized
No valid API key provided. Check your dashboard credentials.
403
Forbidden
The API key doesn't have permissions to perform the request.
404
Not Found
The requested resource doesn't exist (wrong ID or endpoint).
429
Too Many Requests
Slow down! You've hit your rate limit
500
Server Error
Something went wrong on our end. We're probably on it.
Need detailed help?
Our API always includes a descriptive errorMessage field in error responses to help you debug quickly.