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
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"
}
}