#
HTTP response codes
By
The Quable Team
●
Published 2023-09-30
Quable PIM API uses conventional HTTP response codes to indicate the success or failure of an API request.
In general:
- Codes in the 2OO's range indicate success.
- Codes in the 400's range indicate an error based on the information provided in the request (client errors). Errors can be caused by many factors, such as invalid parameters, lack of authentication / permission or rate limits.
- Codes in the 500's range indicate servor errors.
You can find the details of http codes on this page. We provide a list of the most frequent ones below.
#
200s HTTP codes (success codes)
#
400s HTTP codes (client error codes)
The volume of allowed API calls is detailed in your Quable PIM contract.