> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# People

A Person represents a visitor or customer of an account, assembled from [pixel events](/api-reference/beta/events/event) and purchase activity — ad clicks, storefront visits, and checkouts.

Use the People API to list the people of an account and retrieve a single person.

## Endpoints

| Endpoint                                                      | Request                                                                |
| ------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [List People](/api-reference/beta/people/list-people)         | <Badge color="blue" size="sm" stroke>GET</Badge> `/people`             |
| [Retrieve Person](/api-reference/beta/people/retrieve-person) | <Badge color="blue" size="sm" stroke>GET</Badge> `/people/{person_id}` |
