PeopleGet person
People

Get person

Retrieve a person by ID.

curl -X GET "https://api.flameup.ai/api/v1/people/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "workspace_id": "example_string",
  "external_id": "example_string",
  "email": "user@example.com",
  "phone": "+1-555-0123",
  "first_name": "John Doe",
  "last_name": "John Doe",
  "avatar_url": "example_string",
  "timezone": "example_string",
  "locale": "example_string",
  "status": "active",
  "attributes": {},
  "created_at": "2024-12-25T10:00:00Z",
  "updated_at": "2024-12-25T10:00:00Z",
  "first_seen_at": "2024-12-25T10:00:00Z",
  "last_seen_at": "2024-12-25T10:00:00Z"
}
GET
/people/{id}
GET
Bearer Token
Bearer Tokenstring
Required

Your Flameup API key (passed as Bearer token)

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

External ID or email

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

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

Path Parameters

idstring
Required

External ID or email

Responses

idstring
workspace_idstring
external_idstring
emailstring
phonestring
first_namestring
last_namestring
avatar_urlstring
timezonestring
localestring
statusstring
Allowed values:activeunsubscribedbounced
attributesobject
created_atstring
updated_atstring
first_seen_atstring
last_seen_atstring