Error Codes

Our API uses standard HTTP status codes to indicate the success or failure of requests. Below is a summary of the most common error codes you may encounter:

  • 200 OK: Request was successful.
  • 400 Bad Request: Invalid input or missing required parameters.
  • 401 Unauthorized: Invalid authentication credentials.
  • 404 Not Found: Resource not found.
  • 500 Internal Server Error: Server error, something went wrong on the server-side.