curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/restore-funnels-location \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/restore-funnels-location \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>"
}
'Was this page helpful?