Get Blog Post RSS Feed
Blog
Get Blog Post RSS Feed
Get a published blog post as an RSS 2.0 feed item
GET
Get Blog Post RSS Feed
Returns a single published blog post formatted as an RSS 2.0 XML feed. This endpoint does not require authentication.
Path Parameters
The unique public slug of the blog post.
Request
Response
Returns an RSS 2.0 XML document withContent-Type: application/xml.
Errors
| Status | Description |
|---|---|
| 404 | Blog post not found or not published |
| 422 | Invalid slug format |