Funnel
Fetch Funnel
Fetch Funnel
get/funnels/{id}
Path parameters
idstring required
Query parameters
expand[]string[]
Expand additional data in the response. Use expand[]=field_name to include optional fields. Available fields: head_code, footer_code. See the Expanding guide for examples.
Response
OK
Example response
{
"id": 1,
"public_id": "gESyMv",
"workspace_id": 42000,
"name": "Example Funnel",
"archived": false,
"current_path": "/example-path",
"live_mode": true,
"domain_id": 42,
"favicon_image_id": null,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"tags": [
{
"id": 1,
"public_id": "JgjGTv",
"name": "Example Funnel Tag",
"color": "#00FF00"
}
]
}