Skip to main content
Version: v3

Check url slug

GET 

/blogs/posts/url-slug-exists

The "Check url slug" API allows check the blog slug validation which is needed before publishing any blog post. Please use blogs/check-slug.readonly. you can find the POST ID from the post edit url.

Request

Version stringrequired

API Version

Available optionsv3
urlSlug stringrequired
locationId stringrequired
postId string
application/json

Successful response

Schema
    existsbooleanrequired

    Indicates whether the url slug exists or not