List customers
Returns a paginated list of customers visible to your API key.
Authorizations
JWT issued by POST /api/token/request. Send as Authorization: Bearer <token>.
Query Parameters
Filter to a single customer. Omit to fall back to the customers your API key is scoped to.
When true (default), only return active customers.
Cursor anchor ID. Pass the last incidentReportId (or equivalent) you saw to fetch the next page.
Cursor anchor name when paginating across results sorted by name.
Maximum number of records to return.
Cursor pagination direction. Use next to page forward and prev to page back.
next, prev Response
Paginated list of customers
Envelope for the newer cursor-paginated endpoints (timesheets, staff, customers, sites). The cursor is encoded as a string in nextPageParameter / prevPageParameter and is intended to be POSTed back as the next request body — or appended to the query string verbatim.
