curl --request PUT \
--url https://services.leadconnectorhq.com/funnels/lookup/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"path": "<string>",
"locationId": "<string>",
"funnelId": "<string>",
"type": "<string>",
"typeId": "<string>",
"pathLowercase": "<string>"
}
'curl --request PUT \
--url https://services.leadconnectorhq.com/funnels/lookup/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"path": "<string>",
"locationId": "<string>",
"funnelId": "<string>",
"type": "<string>",
"typeId": "<string>",
"pathLowercase": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?