curl --request POST \
--url https://services.leadconnectorhq.com/funnels/domain \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"companyId": "<string>",
"locationId": "<string>",
"defaultDomain": true,
"robotsTxtCode": "<string>",
"defaultPage": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/domain \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"companyId": "<string>",
"locationId": "<string>",
"defaultDomain": true,
"robotsTxtCode": "<string>",
"defaultPage": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?