v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBFunnels
Get funnel details
Retrieves detailed information about a specific funnel including its videos
get/funnels/get/{funnel_id}
Path parameters
funnel_idstring uuid required
Unique identifier of the funnel
Response
Funnel details retrieved successfully
Example response
{
"message": "Funnel found",
"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",
"updated_at": "2025-08-01T10:30:00.000Z",
"videos": [
{
"id": "456e7890-e89b-12d3-a456-426614174111",
"title": "Introduction Video",
"duration": 120,
"thumbnail_url": "https://cdn.example.com/thumbnails/video1.jpg",
"front_coordinates": {
"x": 100,
"y": 200
},
"created_at": "2025-08-01T10:35:00.000Z"
}
]
}
}