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.
Standard success, error and paginated response envelopes.
success
{ "success": true, "data": {} }
{ "success": false, "code": "validation_error", "message": "The request contains invalid data.", "errors": { "email": ["Enter a valid email address."] } }
false
code
message
errors
data
pagination
{ "success": true, "data": [], "pagination": { "page": 1, "limit": 50, "total": 320, "pages": 7 } }
Was this page helpful?