PeopleGet person events
People

Get person events

Retrieve events for a specific person.

curl -X GET "https://api.flameup.ai/api/v1/workspaces/example_string/people/123e4567-e89b-12d3-a456-426614174000/events?limit=42" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "events": [
    {
      "id": "example_string",
      "workspace_id": "example_string",
      "person_id": "123e4567-e89b-12d3-a456-426614174000",
      "event": "example_string",
      "properties": {},
      "timestamp": "2024-12-25T10:00:00Z",
      "created_at": "2024-12-25T10:00:00Z"
    }
  ]
}
GET
/workspaces/{workspaceId}/people/{personId}/events
GET
Security Scheme
Bearer Token
Bearer Tokenstring
Required

Your Flameup API key (passed as Bearer token)

Your Flameup API key (passed as Bearer token)
path
personIdstring
Required

Person ID (UUID)

Format: uuid
Request Preview
Response

Response will appear here after sending the request

Authentication

BearerAuth
header
Authorizationstring
Required

Bearer token. Your Flameup API key (passed as Bearer token)

Path Parameters

personIdstring
Required

Person ID (UUID)

Query Parameters

Responses

eventsarray
Was this page helpful?
Built with Documentation.AI

Last updated today