Skip to main content
Every API response will have an HTTP status code.
  • 200 - OK: API request is successful
  • 202 - Accepted: The API request has been accepted for processing.
  • 400 - Bad Request: The API request was unacceptable, often due to a missing or invalid parameter.
  • 404 - Not Found: The requested resource does not exist.
  • 429 - Rate Limited: You have made too many requests within the threshold timeframe.
  • 500 - Internal Server Error: Something went wrong on our end. Please get in touch with support.