Skip to main content

Response Codes

Our API uses a range of response codes to indicate the status of requests. Understanding these codes will help you debug issues and comprehend the API's behavior.

Successful Responses

  • 200 OK - The request was successful, and the server has returned the expected data.

Client Errors

  • 400 Bad Request - The server could not understand the request due to invalid syntax or parameters. Please review your request format and parameters.
  • 404 Not Found - The requested resource was not found on the server. This may be due to an incorrect URL or the resource being unavailable or deleted.

Server Errors

  • 500 Internal Server Error - The server encountered an unexpected condition that prevented it from fulfilling the request. This error indicates a problem on the server side.

Please ensure that your requests conform to the API specifications to minimize errors. For more detailed explanations of these response codes and troubleshooting tips, visit the HTTP Status Codes documentation.