Retrieve Person
Retrieves one person for an account. The identifier can be a person ID (prefixed prsn_), a user ID (prefixed user_), an email address, or a phone number — merged people resolve to the surviving profile.
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-08-10"
Path Parameters
The person ID, user ID, email address, or phone number to look up.
Query Parameters
Account ID, prefixed biz_. Optional for account API keys; required for credentials that can access multiple accounts.
Response
person retrieved
The full profile a retrieve returns: the summary plus every linked identity, purchase rows, all acquisition sources, and exact usage breakdowns.
The email from the person's most recent event that carried one.
Every linked email, primary first.
Where a visit came from: a whop ad click, a lead form, an external ad, or a referring site.
Where a visit came from: a whop ad click, a lead form, an external ad, or a referring site.
The user's member record at this account, when they are a member of it.
The name from the person's most recent event that carried one.
Every name the person's linked identities carried, primary first.
The phone from the person's most recent event that carried one.
Every linked phone, primary first.
Every distinct acquisition signal the person ever carried, ad entities hydrated.
Exact usage breakdowns for the person's browser traffic (distinct events per value).
The person's primary whop user, when one of their identities is a whop account.
Every linked whop account, the most used one first.

