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