Skip to main content
GET
/
api
/
public
/
v1
/
funnels
/
{id}
Get funnel by ID
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"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Path Parameters

id
string
required

Response

Successful response