Skip to main content
GET
List business records

Authorizations

Authorization
string
header
required

API key as Bearer token: Authorization: Bearer cur_live_xxxxx

Query Parameters

limit
integer
default:50

Maximum number of results per page (1-100)

Required range: 1 <= x <= 100
cursor
string

Opaque continuation token from a prior response's cursor.next. Takes precedence over updated_since (which only seeds the first request). Persist it verbatim between runs.

updated_since
string<date-time>

Return only records with updatedAt strictly after this ISO 8601 timestamp. Used only on the first request; thereafter pass cursor.

external_id
string

Filter to the single record matching this customer external id

archived
boolean

Filter by archived status

monitored
boolean

Filter by monitoring status

Response

Business records list

businesses
object[]
pagination
object
cursor
object