Learn about our API’s response codes and their meanings. These status codes help you understand the result of your API requests and how to handle different scenarios.
200 OK
Standard success response. The request was successfully processed.
201 Created
The request succeeded and a new resource was created.
204 No Content
The request succeeded but no content needs to be returned.
400 Bad Request
The request was invalid, often due to missing or invalid parameters.
401 Unauthorized
Authentication is required or the provided credentials failed.
403 Forbidden
The client doesn’t have permission to perform this request.
404 Not Found
The requested resource could not be found on the server.
409 Conflict
The request conflicts with the current state of the server.
429 Too Many Requests
You’ve exceeded the allowed number of requests. Please try again later.
5XX Server Errors
Something went wrong on our servers. This includes 500, 502, and 503 errors. Please contact support if the issue persists.