Base URL
Key Features
- Read-only customer data access
- Bearer token authentication (Sanctum)
- Rate limited to 60 requests per minute
- Multi-tenant — tokens only access your company’s data
- Granular permissions — control what each token can access
Response Format
All responses follow a consistent envelope:data is an object instead of an array, and meta is omitted.
Error Responses
Pagination
The API uses cursor-based pagination — no total count, but faster and stable on large datasets. Useper_page (max 100) to control page size. Pass cursor from the previous response’s meta.next_cursor to get the next page.
meta.has_more is false, you have reached the last page.
Filtering
Filters use thefilter query parameter: