API Reference

Interact with your funnel data programmatically.

GET/v1/funnels/{id}/stats

Retrieve 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/events

Send Custom Event

Send a server-side event to be tracked in your funnel.