Errors

The API will return conventional classes of HTTP status codes to indicate the success or failure of an API request. In case of an error, we will return the correspondent error code.

HTTP Status codes:

Error Code

Meaning

400

Bad Request - Your parameters are invalid.

401

Unauthorized - Your API key is wrong.

403

Forbidden - Your account is on pause, or you don't have a subscription.

404

Not Found - The data you try to retrieve doesn't exist.

429

Too Many Requests - You're making too many requests.

50X Internal Server Error

We had a problem with our server. Try again later or contact [email protected].


What’s Next