Access FunnelFox data programmatically to build integrations and custom analytics
Fox-Secret
header.
Get Your Secret Key
Make Your First Request
Parse the Response
Build Your Integration
GET /funnels
- List all funnelsGET /funnels/{id}
- Get funnel detailsGET /profiles/{id}
- Get user profileGET /sessions/{id}
- Get session dataGET /sessions/{id}/replies
- Get form responsesGET /subscriptions
- List subscriptionsGET /subscriptions/{id}
- Get subscription detailsGET /products
- List all productsGET /products/{id}
- Get product detailsHeader | Required | Description |
---|---|---|
Fox-Secret | Yes | Your project’s secret key |
Content-Type | No | Set to application/json for POST requests |
limit
- Number of items per page (1-100, default: 20)cursor
- ID of the last item from previous page401 Unauthorized errors
Empty data arrays
Pagination not working
has_more
before requesting next page404 Not Found