v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Funnels

Create new funnel

Creates a new video funnel for the authenticated user's organization

post/funnels/create

Request body

namestring required

Name of the funnel

Example request

{
  "name": "Sales Funnel Q1"
}

Response

Funnel created successfully

messagestring

Example response

{
  "message": "Funnel created successfully",
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "name": "Sales Funnel Q1",
    "organization_id": "987e6543-e89b-12d3-a456-426614174333",
    "folder_id": "654e3210-e89b-12d3-a456-426614174444",
    "created_at": "2025-08-01T10:30:00.000Z"
  }
}