REST API & JS SDK for
custom integrations.
The NavTour REST API gives full programmatic access to demos, leads, and analytics. The JS SDK lets you embed NavTour with custom event handlers, conditional flows, and CRM prefill from URL parameters.
- ✓Full REST API at
/api/v1 - ✓JS SDK for dynamic embed and prefill
- ✓Webhook subscriptions for any demo event
POST /api/v1/demos/{id}/events
{
"type": "lead_submitted",
"viewerId": "prospect_128",
"step": 7,
"score": 91,
"fields": {
"name": "María Velásquez",
"company": "P4 Warehouse"
}
}