API Reference

List organization funnels

Retrieves all funnels for the authenticated user's organization

GET /funnel/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 /funnel/get_all

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token> (no Bearer prefix)

Parameters

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token (without Bearer prefix)

Notes

  • The API returns an array of funnel summaries for the authenticated organization.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!