Skip to main content
GET
/
blogs
/
posts
/
url-slug-exists
Check url slug
curl --request GET \
  --url https://services.leadconnectorhq.com/blogs/posts/url-slug-exists \
  --header 'Authorization: Bearer <token>'
{
  "exists": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

urlSlug
string
required
locationId
string
required
postId
string
required

Response

Successful response

exists
boolean
required

Indicates whether the url slug exists or not

Last modified on March 4, 2026