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