Skip to main content
POST
/
funnels
/
funnel
/
update-settings
cURL
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>"
  }
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
locationId
string
required
funnelId
string
required
funnelName
string
required
funnelPath
string
required
domainId
string
required
faviconUrl
string
required
headTrackingCode
string
required
bodyTrackingCode
string
required
allowPaymentModeOption
boolean
required
paymentMode
boolean
required
requireCreditCard
boolean
required
chatWidgetId
string
required
imageOptimization
boolean
required
isGdprCompliant
boolean
required
isOptimisePageLoad
boolean
required
description
string
required
stopAllSplitTestsAndReset
object
required

Response

201 - undefined
Last modified on March 4, 2026