Blog Posts
Documentation for Blog public API
Check url slug
The 'Check url slug' API checks whether a blog post url slug is already in use for the location. Call it before publishing a blog post.
Get Blog Post by ID
The 'Get Blog Post by ID' API returns a single published blog post, including its content/body, for the given location.
Get Blog posts by Blog ID
The 'Get Blog posts by Blog ID' API returns the blog posts for a given blog site. Use searchTerm to search across post title, description, url slug and category name.
Update Blog Post
The 'Update Blog Post' API updates an existing blog post for any given blog site.
Create Blog Post
The 'Create Blog Post' API allows you to create a blog post for any given blog site.