List People
Lists the people (visitors and customers) of an account: the identity-linked person profiles aggregated from every pixel, payment, and platform event — identities, purchases and LTV, geo/device profile, traffic sources, and first/last marketing touches.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-15"
Query Parameters
Account ID, prefixed biz_. Optional for account API keys; required for credentials that can access multiple accounts.
Search people by name, email, phone, or whop user ID (case-insensitive substring match).
Only include people acquired from any of these sources — canonical paths (whop:::, ext::..., referrer:, direct, other), exact or with a trailing :* prefix. The same vocabulary the events / people metrics use.
Attribution model the source filter matches against (defaults to last_touch).
last_touch, first_touch Only include people who fired any of these events, e.g. payment.completed or page.checkout.view.
Only include people who fired this custom pixel event.
Match activity within a rolling number of days. Cannot be combined with event_from/event_to.
x >= 1Inclusive activity-window start. Alias for event_from.
Inclusive activity-window end. Alias for event_to.
The inclusive start of the matching activity window.
The inclusive end of the matching activity window, for both stats drilldowns and saved audiences.
Only include people in this audience. An audience that keeps itself up to date resolves to the People filters that define it, so this always reflects who matches now; uploaded lists and point-in-time snapshots match their recorded members.
Only include the person linked to this whop user ID.
Only include the person linked to this email address.
Only include the person linked to this phone number.
Only include people with activity from this ISO 3166-1 alpha-2 country code.
true for customers only, false for people who have never purchased.
true for people who have an email address or phone number — the ones an ad platform can match.
Only include people first seen within this many days, as a rolling window.
Only include people last seen within this many days, as a rolling window.
Only include people first seen at or after this ISO 8601 timestamp.
Only include people first seen before this ISO 8601 timestamp.
Only include people last seen at or after this ISO 8601 timestamp.
Only include people last seen before this ISO 8601 timestamp.
Select people whose lifetime ltv is greater than this value. LTV and AOV are in USD.
Select people whose lifetime ltv is at least this value. LTV and AOV are in USD.
Select people whose lifetime ltv is less than this value. LTV and AOV are in USD.
Select people whose lifetime ltv is at most this value. LTV and AOV are in USD.
Select people whose lifetime aov is greater than this value. LTV and AOV are in USD.
Select people whose lifetime aov is at least this value. LTV and AOV are in USD.
Select people whose lifetime aov is less than this value. LTV and AOV are in USD.
Select people whose lifetime aov is at most this value. LTV and AOV are in USD.
Select people whose lifetime purchase_count is greater than this value. LTV and AOV are in USD.
Select people whose lifetime purchase_count is at least this value. LTV and AOV are in USD.
Select people whose lifetime purchase_count is less than this value. LTV and AOV are in USD.
Select people whose lifetime purchase_count is at most this value. LTV and AOV are in USD.
Select people whose lifetime event_count is greater than this value. LTV and AOV are in USD.
Select people whose lifetime event_count is at least this value. LTV and AOV are in USD.
Select people whose lifetime event_count is less than this value. LTV and AOV are in USD.
Select people whose lifetime event_count is at most this value. LTV and AOV are in USD.
Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
Column to sort by. Defaults to last_seen_at.
first_seen_at, last_seen_at, first_purchase_at, last_purchase_at, purchase_count, event_count, ltv, aov, name, email Sort direction. Defaults to desc.
asc, desc 
