Status Code
JL
By Josselin Liebe
Whenever an API call is not successful, we will return the following response codes:
200: Valid request400: Missing argument401: Invalid API key429: No subscription500: An error occurred
Rate Limit
To maintain control over our system and prevent abuse, we have implemented a rate limiting system. Each product API page will provide details about its specific rate limit.
Was this helpful?