List People
Lists the people (visitors and customers) of an account, aggregated from pixel events. The account is inferred from an account API key; other credentials must pass account_id.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Query Parameters
The ID of the account, which will look like biz_*************. Optional for account API keys; required for credentials that can access multiple accounts.
Start of the time range as an ISO 8601 timestamp. Defaults to 366 days before to.
End of the time range as an ISO 8601 timestamp. Defaults to now.
The number of people to return (default 100, max 100).
A cursor for fetching people after a previous page.
A cursor for fetching people before a later page.
Column to sort by (e.g. last_seen_at, ltv, purchase_count). Defaults to last_seen_at.
Sort direction. Defaults to desc.
asc, desc A JSON-encoded array of filters, each with field, operator, and value keys.

