Status Code

  • Author
    by Josselin Liebe
    2023-08-24
  • 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

    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.