Skip to main content
GET
/
blogs
/
site
/
check-sitemap
Check if Sitemap Exists
curl --request GET \
  --url https://services.leadconnectorhq.com/blogs/site/check-sitemap \
  --header 'Authorization: Bearer <token>'
{
  "hasSitemap": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

website
string
required

Website URL to check for sitemap

Example:

"example.com"

locationId
string
required

Location ID

Example:

"lMOzIQZne5m6zQ528sT6"

Response

Sitemap check result

hasSitemap
boolean
required

Whether sitemap exists for the blog site

Example:

true

Last modified on March 4, 2026