Skip to main content
GET
/
api
/
public
/
v1
/
stores
/
{storeId}
/
funnels
List funnels for a store
curl --request GET \
  --url https://app.tagadapay.com/api/public/v1/stores/{storeId}/funnels \
  --header 'Authorization: Bearer <token>'
{
  "funnels": [
    {
      "id": "funnelv2_123",
      "name": "Default Funnel",
      "status": "active",
      "stepsCount": 3,
      "isDefault": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

storeId
string
required

Response

Successful response