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