curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/clone-funnel-to-locations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"funnelId": "oo717JbWSeRz1HjyO1dw",
"funnelName": "Test",
"locationIds": [
"g4omF7KTvuECF3P4orSV"
],
"webinarProperties": {}
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/clone-funnel-to-locations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"funnelId": "oo717JbWSeRz1HjyO1dw",
"funnelName": "Test",
"locationIds": [
"g4omF7KTvuECF3P4orSV"
],
"webinarProperties": {}
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?