API Reference

Get funnel details

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

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token (without Bearer prefix)
funnel_idstring (path, uuid)YesUnique identifier of the funnel.

Notes

  • Use when you need the full composition of a single funnel (metadata and contained videos).
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!