Documentation
Errors

Errors

When making requests to our APIs, you may encounter errors. If an error occurs, you will receive a status code and a message in the response object. Below are the possible status codes and their meanings.

Status CodeMeaning
400 Bad RequestThe request was invalid. Check the error message in the response.
401 UnauthorizedYou don't have permission to access the resource.
429 Too Many RequestsYou have hit the rate limit. Slow down your requests. See the rate limiting page (opens in a new tab).

| | 404 Not Found | The resource you’re looking for couldn’t be found. | | 500 Internal Server Error | Something went wrong on our end. Try again later. |

📘

We will keep updating this list with new errors