List funnel groups
List all campaigns (DEPRECATED - use /funnelgroup/list/ instead)
query Parameters
statusStatus of resource
List funnel groups › Responses
List of campaigns
idCampaignID of the campaign
campaignNameCampaign's name.
statusFind funnel group by ID
Retrieve a campaign by its id (DEPRECATED - use /funnelgroup/find/byId/ instead)
query Parameters
idCampaignThe ID of the funnel group to retrieve
Find funnel group by ID › Responses
The requested campaign
idCampaignID of the campaign
campaignNameCampaign's name.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Find funnel groups by ID list
Retrieve all campaigns with the specified ids
query Parameters
idCampaignsList of the funnel group IDs to retrieve
Find funnel groups by ID list › Responses
List of campaigns with the specified status
idCampaignID of the campaign
campaignNameCampaign's name.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Find funnel groups by status
Retrieve all funnel groups (campaigns) with the specified status. Returns slim projection (same as list endpoint). Use find/byId for full objects.
query Parameters
statusStatus of resource
Find funnel groups by status › Responses
List of funnel groups with the specified status
idCampaignID of the campaign
campaignNameCampaign's name.
statusUpdate a funnel group
Update an existing campaign. The id cannot be changed.
Update a funnel group › Request Body
idCampaignID of the campaign
campaignNameCampaign's name.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Update a funnel group › Responses
Campaign updated successfully
Create a funnel group
Create a new campaign
Create a funnel group › Request Body
idCampaignID of the campaign
campaignNameCampaign's name.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Create a funnel group › Responses
Campaign created successfully
Duplicate a funnel group
Create duplicate of existing campaign.
query Parameters
idCampaignID of the campaign to duplicate.
Duplicate a funnel group › Request Body
nameName for the new asset
parentIdOptional parent/category ID for the new asset
Optional field overrides to merge into the duplicated asset. Keys are JSON field names (e.g. baseURL, trackingFieldSlots). Protected fields (ID, owner, status) cannot be changed via this field — they are always set by the server after the merge.
Duplicate a funnel group › Responses
The newly created campaign
idID of the newly created asset
List funnel groups
List all funnel groups (campaigns) - V2 endpoint
query Parameters
statusStatus of resource
List funnel groups › Responses
List of funnel groups
idFunnelGroupID of the funnel group
funnelGroupNameFunnel group's name.
statusFind funnel group by ID
Retrieve a funnel group by its id - V2 endpoint
query Parameters
idFunnelGroupThe ID of the funnel group to retrieve
Find funnel group by ID › Responses
The requested funnel group
idFunnelGroupID of the funnel group
funnelGroupNameFunnel group's name.
Query parameters to add to the tracking url for all the funnels of this funnel group, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Find funnel groups by ID list
Retrieve all funnel groups with the specified ids - V2 endpoint
query Parameters
idFunnelGroupsList of the funnel group IDs to retrieve
Find funnel groups by ID list › Responses
List of funnel groups with the specified status
idFunnelGroupID of the funnel group
funnelGroupNameFunnel group's name.
Query parameters to add to the tracking url for all the funnels of this funnel group, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Find funnel groups by status
Retrieve all funnel groups with the specified status. Returns slim projection (same as list endpoint). Use find/byId for full objects. Note: Response uses CampaignInfo field names (idCampaign, campaignName) for backward compatibility.
query Parameters
statusStatus of resource
Find funnel groups by status › Responses
List of funnel groups with the specified status
idCampaignID of the campaign
campaignNameCampaign's name.
statusUpdate an existing funnel group
Update an existing funnel group - V2 endpoint
Update an existing funnel group › Request Body
idFunnelGroupID of the funnel group
funnelGroupNameFunnel group's name.
Query parameters to add to the tracking url for all the funnels of this funnel group, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Update an existing funnel group › Responses
Funnel group updated successfully
idFunnelGroupID of the funnel group
funnelGroupNameFunnel group's name.
Query parameters to add to the tracking url for all the funnels of this funnel group, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Create a new funnel group
Create a new funnel group - V2 endpoint
Create a new funnel group › Request Body
idFunnelGroupID of the funnel group
funnelGroupNameFunnel group's name.
Query parameters to add to the tracking url for all the funnels of this funnel group, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Create a new funnel group › Responses
Funnel group created successfully
idFunnelGroupID of the funnel group
funnelGroupNameFunnel group's name.
Query parameters to add to the tracking url for all the funnels of this funnel group, unless a specific funnel overwrites them
defaultCoststatusFree form object to store any custom data
Duplicate a funnel group
Duplicate an existing funnel group.
query Parameters
idFunnelGroupID of the funnel group to duplicate.
Duplicate a funnel group › Request Body
nameName for the new asset
parentIdOptional parent/category ID for the new asset
Optional field overrides to merge into the duplicated asset. Keys are JSON field names (e.g. baseURL, trackingFieldSlots). Protected fields (ID, owner, status) cannot be changed via this field — they are always set by the server after the merge.
Duplicate a funnel group › Responses
Funnel group duplicated successfully
idID of the newly created asset