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