curl --request POST \
--url https://services.leadconnectorhq.com/funnels/domain/validate-recreate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "www.example.com"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/domain/validate-recreate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "www.example.com"
}
'Was this page helpful?