Funnel Engine API
High-performance funnel builder with Stripe checkout and one-click upsells.
Endpoints
POST /api/keys— Generate API keyGET/POST /api/funnels— List/Create funnelsGET/PUT/DELETE /api/funnels/:id— Manage funnelPOST /api/funnels/:id/publish— Publish funnelGET/POST /api/pages— List/Create pagesGET/PUT/DELETE /api/pages/:id— Manage pageGET/POST/DELETE /api/pages/:id/products— Page productsGET/POST /api/products— List/Create productsGET/PUT/DELETE /api/products/:id— Manage productGET/POST /api/customers— List/Create customersGET/PUT /api/customers/:id— Manage customerGET /api/orders— List ordersGET /api/orders/:id— Order detailsPOST /api/checkout— Create checkout (public)POST /api/upsell/accept— Accept upsell (public)POST /api/upsell/decline— Decline upsell (public)POST /api/upload— Upload imagePOST /api/webhooks/stripe— Stripe webhooks
Auth: Bearer sk_live_... in Authorization header. First key: use API_SECRET.