Skip to main content

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:
For single resources, 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. Use per_page (max 100) to control page size. Pass cursor from the previous response’s meta.next_cursor to get the next page.
When meta.has_more is false, you have reached the last page.

Filtering

Filters use the filter query parameter: