curl --request POST \
--url https://services.leadconnectorhq.com/funnels/snapshot/v2/load-funnels/{location_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dataPaths": [
"<string>"
],
"options": {}
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/snapshot/v2/load-funnels/{location_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dataPaths": [
"<string>"
],
"options": {}
}
'Was this page helpful?