Skip to main content
The API uses standard HTTP status codes to indicate success or failure of requests.
Status CodeDescription
200Success - The request was successful.
400Bad Request - The request was invalid or missing required parameters.
401Unauthorized - The API key is missing or invalid.
403Forbidden - You don’t have permission to access this resource.
404Not Found - The requested resource was not found.
429Too Many Requests - You have exceeded the rate limit.
500Internal Server Error - An error occurred on the server.