HTTP Status Codes
Error Response Format
When an error occurs, the response body contains a JSON object with the following structure:The
error object is only present for validation errors (400). Other error types only include code and message.Common Errors
400 Bad Request
Returned when the request body or parameters are invalid.401 Unauthorized
Returned when the API key is missing or invalid.404 Not Found
Returned when the requested resource does not exist.429 Too Many Requests
Returned when you exceed the API rate limit (100 requests per minute).Success Response Format
Successful responses always includecode: 0 and message: "success":
data field contains items and pagination: