Error Codes
We use standard HTTP status codes to communicate success or failure.
We use standard HTTP status codes to communicate success or failure.
Code | Title | Description |
---|---|---|
200
OK
The request was successful
400
Bad Request
The request is invalid. Read the message or error fields in the response for information on how to correct it.
401
Unauthorized
Your API key is invalid. Check that you haven't removed it and that you've used the right header: apikey
429
Too Many Requests
You have exceeded the permitted rate-limit. Check your dashboard to see how many requests have been made recently.
50x
Internal Server Error
An error occurred within our API. If this occurs, you may need to contact us to resolve the issue.