Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API error response format and codes
{ "error": { "code": "ERROR_CODE", "message": "A human-readable description of the error." } }
UNAUTHENTICATED
FORBIDDEN
NOT_FOUND
VALIDATION_ERROR
RATE_LIMITED
INTERNAL_ERROR
{ "error": { "code": "UNAUTHENTICATED", "message": "Authorization header is required." } }
{ "error": { "code": "FORBIDDEN", "message": "API key does not have the inventory:read permission." } }
{ "error": { "code": "VALIDATION_ERROR", "message": "Field 'email' is required." } }