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 options
2021-04-15urlSlug stringrequired
locationId stringrequired
postId string
Successful response
- application/json
- Schema
- Example (auto)
Schema
existsbooleanrequired
Indicates whether the url slug exists or not
{
"exists": true
}