curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/update-settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"funnelId": "<string>",
"funnelName": "<string>",
"funnelPath": "<string>",
"domainId": "<string>",
"faviconUrl": "<string>",
"headTrackingCode": "<string>",
"bodyTrackingCode": "<string>",
"allowPaymentModeOption": true,
"paymentMode": true,
"requireCreditCard": true,
"chatWidgetId": "<string>",
"imageOptimization": true,
"isGdprCompliant": true,
"isOptimisePageLoad": true,
"description": "<string>",
"stopAllSplitTestsAndReset": {
"locationId": "<string>",
"funnelId": "<string>",
"userId": "<string>"
}
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/update-settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"funnelId": "<string>",
"funnelName": "<string>",
"funnelPath": "<string>",
"domainId": "<string>",
"faviconUrl": "<string>",
"headTrackingCode": "<string>",
"bodyTrackingCode": "<string>",
"allowPaymentModeOption": true,
"paymentMode": true,
"requireCreditCard": true,
"chatWidgetId": "<string>",
"imageOptimization": true,
"isGdprCompliant": true,
"isOptimisePageLoad": true,
"description": "<string>",
"stopAllSplitTestsAndReset": {
"locationId": "<string>",
"funnelId": "<string>",
"userId": "<string>"
}
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
Was this page helpful?