cURL
curl --request GET \ --url https://app.tagadapay.com/api/public/v1/funnels/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "funnelv2_123", "name": "My Funnel", "active": true, "config": { "steps": [] }, "store": { "id": "store_123", "name": "My Store" } }
Retrieve configuration and details for a specific funnel
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response