Skip to main content
GET
/
funnels
/
list
List Saved Funnels
curl --request GET \
  --url https://{regionAndDomain}.com/api/query/funnels/list \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "funnel_id": 7509,
    "name": "Signup funnel"
  },
  {
    "funnel_id": 9070,
    "name": "Funnel tutorial"
  }
]

Authorizations

Authorization
string
header
required

Service Account

Query Parameters

project_id
integer
required

Required if using service account to authenticate request.

workspace_id
integer

The id of the workspace if applicable.

Response

200 - application/json

Success.

funnel_id
integer

The id of the funnel.

name
string

The name of the funnel