curl --request GET \
--url https://services.leadconnectorhq.com/blogs/posts/url-slug-exists \
--header 'Authorization: Bearer <token>'{
"exists": true
}The “Check url slug” API allows check the blog slug validation which is needed before publishing any blog post.
curl --request GET \
--url https://services.leadconnectorhq.com/blogs/posts/url-slug-exists \
--header 'Authorization: Bearer <token>'{
"exists": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
Indicates whether the url slug exists or not
Was this page helpful?