HTTP errors

When interacting with the API, you may encounter various HTTP status codes indicating success or failure of your requests. Here’s a quick overview of the most common error codes and what they mean:

  • 400 Bad Request: The request was invalid or malformed. Double-check your parameters or request format.
  • 401 Unauthorized: Your authorization token is missing or invalid. Ensure your token is correct and has the necessary permissions.
  • 403 Forbidden: You do not have permission to access the requested resource. Contact your system administrator if you believe you should have access.
  • 404 Not Found: The resource you requested (e.g., job ID) does not exist. Verify the resource is correct.
  • 429 Too Many Requests: You’ve hit the API rate limit. Try again later, or adjust your request frequency.
  • 500 Internal Server Error: Something went wrong on the server. If the issue persists, contact support for assistance.