curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/replace-product-ids \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"funnelId": "<string>",
"steps": [
"<string>"
]
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/replace-product-ids \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"funnelId": "<string>",
"steps": [
"<string>"
]
}
'Was this page helpful?