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