get https://api-v2.pandavideo.com/funnels/get_all
Retrieves all funnels for the authenticated user's organization
GET /funnels/get_all
Detailed Description
Retrieves all funnels for the authenticated user's organization. Use this to list funnels for dashboards, selectors, or bulk operations.
HTTP Method & Path
GET /funnels/get_all
Authentication Requirements
- Security Scheme:
PandaAuth(apiKey) - Header:
Authorization: <your_api_token>(no Bearer prefix)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string (header) | Yes | Panda API token (without Bearer prefix) |
Notes
- The API returns an array of funnel summaries for the authenticated organization.
