> ## 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.

# Events

An Event records conversion or engagement activity for an account, such as page views, purchases, or leads. Each event ties the action to the [person](/api-reference/beta/people/person) who took it, so activity can be attributed to the ads and links that drove it.

Use the Events API to send new tracking events and list the events recorded for a person.

## Endpoints

| Endpoint                                                | Request                                                      |
| ------------------------------------------------------- | ------------------------------------------------------------ |
| [List Events](/api-reference/beta/events/list-events)   | <Badge color="blue" size="sm" stroke>GET</Badge> `/events`   |
| [Create Event](/api-reference/beta/events/create-event) | <Badge color="green" size="sm" stroke>POST</Badge> `/events` |
