Skip to main content
Version: 2021-04-15

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 options2021-04-15
urlSlug stringrequired
locationId stringrequired
postId string
application/json

Successful response

Schema
    existsbooleanrequired

    Indicates whether the url slug exists or not