List All Funnels

Get Available Funnels

Endpoint: POST https://app.quizify.io/api/pabbly/funnels
Endpoint: POST https://app.quizify.io/api/pabbly/funnels
Endpoint: POST https://app.quizify.io/api/pabbly/funnels

This endpoint allows Pabbly Connect to retrieve the list of published Quizify funnels available to the authenticated user.

Pabbly Connect uses this information to display the user's available funnels when configuring the New Funnel Submission trigger.

Authentication

The request requires a valid OAuth access token.

Authorization: Bearer YOUR_ACCESS_TOKEN
Accept: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN
Accept: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN
Accept: application/json

Success Response:

[
  {
    "ID": 1720519820,
    "Funnel Title": "Customer Preference Quiz",
    "Source": "Quizify",
    "First Name": "John",
    "Last Name": "Doe",
    "Email": "john.doe@example.com",
    "Favorite Color": "Blue",
    "Result logic": "Score",
    "Score Value": 85,
    "Score Category": "High Score",
    "Tags": ["personalized", "loyal", "mid-tier"],
    "Submission Date": "2025-07-09T11:25:40+05:30",
    "Time to Complete in HH:MM:SS Format": "00:02:30"
  }
]
[
  {
    "ID": 1720519820,
    "Funnel Title": "Customer Preference Quiz",
    "Source": "Quizify",
    "First Name": "John",
    "Last Name": "Doe",
    "Email": "john.doe@example.com",
    "Favorite Color": "Blue",
    "Result logic": "Score",
    "Score Value": 85,
    "Score Category": "High Score",
    "Tags": ["personalized", "loyal", "mid-tier"],
    "Submission Date": "2025-07-09T11:25:40+05:30",
    "Time to Complete in HH:MM:SS Format": "00:02:30"
  }
]
[
  {
    "ID": 1720519820,
    "Funnel Title": "Customer Preference Quiz",
    "Source": "Quizify",
    "First Name": "John",
    "Last Name": "Doe",
    "Email": "john.doe@example.com",
    "Favorite Color": "Blue",
    "Result logic": "Score",
    "Score Value": 85,
    "Score Category": "High Score",
    "Tags": ["personalized", "loyal", "mid-tier"],
    "Submission Date": "2025-07-09T11:25:40+05:30",
    "Time to Complete in HH:MM:SS Format": "00:02:30"
  }
]

Response Fields

Field

Description

id

Unique ID of the funnel.

funnel_title

Title of the published funnel.

funnel_shortcode

Unique shortcode used to identify the funnel when creating a subscription.

The endpoint returns funnel metadata required by Pabbly Connect to allow the user to select a funnel for their workflow. It does not return existing subscription URLs or webhook configuration details.