List funnels
This API does not delete funnels.
Required scope: funnels:read.
query Parameters
limitMaximum number of records. Defaults to 50 and cannot exceed 100.
project_idOnly records in this project.
List funnels › Responses
Matching records. The body is a JSON array.
idFunnel id.
nameFunnel name.
site_idSite id.
project_idProject id.
statusFunnel status.
Page ids or page step objects stored on the funnel.
page_idsComma-separated page ids when pages is an array of ids.
Step objects when the funnel stores them.
created_atISO-8601 timestamp.
updated_atISO-8601 timestamp.
Create a funnel
Each page entry needs pageId or url, plus pageType.
Required scope: funnels:write.
Create a funnel › Request Body
nameFunnel name.
project_idProject id.
Steps. Each item needs pageId or url.
Create a funnel › Responses
The created funnel.
idFunnel id.
nameFunnel name.
site_idSite id.
project_idProject id.
statusFunnel status.
Page ids or page step objects stored on the funnel.
page_idsComma-separated page ids when pages is an array of ids.
Step objects when the funnel stores them.
created_atISO-8601 timestamp.
updated_atISO-8601 timestamp.
Update a funnel
funnel_id is required. pages replaces the step list when you send it.
Required scope: funnels:write.
Update a funnel › Responses
The updated funnel.
idFunnel id.
nameFunnel name.
site_idSite id.
project_idProject id.
statusFunnel status.
Page ids or page step objects stored on the funnel.
page_idsComma-separated page ids when pages is an array of ids.
Step objects when the funnel stores them.
created_atISO-8601 timestamp.
updated_atISO-8601 timestamp.
Search funnels
Required scope: funnels:read.
query Parameters
limitMaximum number of records. Defaults to 50 and cannot exceed 100.
queryCase-insensitive text matched against the record name and related fields.
project_idOnly records in this project.
funnel_idExact funnel id.
Search funnels › Responses
Matching records. The body is a JSON array.
idFunnel id.
nameFunnel name.
site_idSite id.
project_idProject id.
statusFunnel status.
Page ids or page step objects stored on the funnel.
page_idsComma-separated page ids when pages is an array of ids.
Step objects when the funnel stores them.
created_atISO-8601 timestamp.
updated_atISO-8601 timestamp.
Get a funnel
Required scope: funnels:read.
path Parameters
funnelIdFunnel id.
Get a funnel › Responses
The funnel.
idFunnel id.
nameFunnel name.
site_idSite id.
project_idProject id.
statusFunnel status.
Page ids or page step objects stored on the funnel.
page_idsComma-separated page ids when pages is an array of ids.
Step objects when the funnel stores them.
created_atISO-8601 timestamp.
updated_atISO-8601 timestamp.