get https://api-v2.pandavideo.com/funnel/get/
Retrieves detailed information about a specific funnel including its videos
GET /funnel/get/{funnel_id}
Detailed Description
Retrieves detailed information about a specific funnel, including its associated videos. Use this to display or manage a single funnel’s structure and metadata.
HTTP Method & Path
GET /funnel/get/{funnel_id}
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) |
funnel_id | string (path, uuid) | Yes | Unique identifier of the funnel. |
Notes
- Use when you need the full composition of a single funnel (metadata and contained videos).