Skip to main content

Response codes

When interacting with an API, the server responds with HTTP status codes to indicate the result of the request. These status codes can help you understand whether the request was successful, encountered an error, or requires further action. Below is a list of API response codes and their meanings.

API Response Codes

Status CodeDescription
200OK
400The request is malformed or contains invalid parameters.
401Unauthorized/Invalid credentials
403URL is not allowed
429The client has sent too many requests in a given timeframe (rate limiting).
500A generic error occurred on the server
504Request Timeout

Request Charging

  • Only 200 OK requests are charged.
  • Requests aborted by the client are charged only if the server has already started processing the request.
  • 500 Internal Server Error responses are not charged.

Timeout

The maximum allowed time for each request is up to 120 seconds.