curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/clone-control-page \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"pageId": "<string>",
"stepName": "<string>",
"domainName": "<string>",
"alreadyExistingVariationPageId": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/clone-control-page \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"pageId": "<string>",
"stepName": "<string>",
"domainName": "<string>",
"alreadyExistingVariationPageId": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?