Whenever an API call is not successful, we will return the following response codes:
200
: Valid request
400
: Missing argument
401
: Invalid API key
429
: No subscription
500
: An error occurred
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.