curl --request GET \
--url https://services.leadconnectorhq.com/blogs/site/check-sitemap \
--header 'Authorization: Bearer <token>'{
"hasSitemap": true
}Check if a sitemap exists for a blog site and identify its type
curl --request GET \
--url https://services.leadconnectorhq.com/blogs/site/check-sitemap \
--header 'Authorization: Bearer <token>'{
"hasSitemap": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Website URL to check for sitemap
"example.com"
Location ID
"lMOzIQZne5m6zQ528sT6"
Sitemap check result
Whether sitemap exists for the blog site
true
Was this page helpful?