Visitors API
Preview
This API is in active development. Shapes and URLs are illustrative and may change before GA.
Look up a resolved visitor and their conversations.
Retrieve a visitor
GET /v1/visitors/vis_123
{
"id": "vis_123",
"company": { "name": "Acme", "domain": "acme.com", "size": "201-500", "industry": "SaaS" },
"role": { "seniority": "director", "function": "marketing" },
"resolved": true,
"first_seen": "2026-06-18T12:00:00Z"
}
Resolution uses the delivr.ai identity graph — see Identity resolution. Unresolved visitors return "resolved": false with whatever attributes are known.