Retrieve a visitor
GET
/v1/visitors/:idAuth: Secret API key (rk_sk_)
Get a single visitor by ID.
Path parameters
| Name | Type | Description |
|---|---|---|
idrequired | uuid | Visitor ID |
Responses
200Visitor
{
"id": "770e8400-e29b-41d4-a716-446655440002",
"externalId": "usr_123",
"email": "ada@example.com",
"name": "Ada Lovelace",
"attributes": {
"plan": "pro"
},
"createdAt": "2026-01-04T10:00:00Z"
}