Push visitor data, leads, and chat events to your CRM, marketing tools, or internal systems in real-time.
Never expose this key in client-side code or public repositories
Get started with our REST API and real-time webhooks
curl -X GET https://iqapi.xolox.io/api/visitors \
-H "X-API-Key: xp_a1b2c3d4e5f6..." \
-H "Content-Type: application/json"https://iqapi.xolox.io
Triggered when someone lands on your site
{
"event": "new_visitor",
"timestamp": "2024-02-20T14:32:15Z",
"data": {
"visitorId": "vis_8x9y0z1a2b3c",
"ipAddress": "192.168.1.100",
"location": {
"country": "United States",
"city": "San Francisco",
"region": "California"
},
"device": {
"type": "desktop",
"browser": "Chrome",
"os": "macOS"
},
"page": "/pricing",
"referrer": "https://google.com"
}
}Join thousands of teams using Zipy to grow their business.