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