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
An account API key, account scoped JWT, app API key, or user OAuth token.
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 a Unix timestamp. Defaults to 366 days before to.
End of the time range as a Unix timestamp. Defaults to now.
The number of people to return (default 100, max 101).
The number of people to skip, for offset pagination.
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.

