API Reference
Interact with your funnel data programmatically.
GET
/v1/funnels/{id}/statsRetrieve Funnel Statistics
Returns the drop-off metrics for a specific funnel over a given time period.
Response
{
"funnel_id": "fun_123",
"total_visitors": 45200,
"steps": [
{ "name": "Landing Page", "count": 45200, "dropoff": "0%" },
{ "name": "Pricing", "count": 28100, "dropoff": "37%" }
]
}POST
/v1/eventsSend Custom Event
Send a server-side event to be tracked in your funnel.