Fetch count of funnel pages
GET/funnels/page/count
Retrieves count of all funnel pages based on the given query parameters.
Request
locationId stringrequired
funnelId stringrequired
name string
Successful response - Count of funnel pages returned
- application/json
- Schema
- Example (auto)
Schema
countnumberrequired
{
"count": 20
}