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