PopplioStaging
Blog
These API endpoints are related to blog posts on our list.
GET
/
blogs/@allGet Blog List
Gets all blog posts on the list in condensed form
Success
GET
/
blogs/{slug}Get Blog Post
Gets a blog posts on the list
Path Parameters
slugRequiredstring
The slug of the blog post
Success
GET
/
blogs/{slug}/seoGet Blog Post
Gets the minimal SEO information about a blogpost for embed/search purposes. Used by v4 website for meta tags
Path Parameters
slugRequiredstring
The slug of the blog post
Success