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 codes and handling
{ "message": "Error description", "data": [], "errors": { "field_name": ["Validation error message"] } }
{ "message": "The given data was invalid.", "data": [], "errors": { "email": ["The email field is required."], "product_id": ["The selected product_id is invalid."] } }
{ "message": "No query results for model [App\\Models\\Product].", "data": [], "errors": [] }
{ "message": "Rate limit exceeded. Please retry after 60 seconds.", "data": [], "errors": [] }
Was this page helpful?