curl --request GET \ --url https://api.example.com/blogs/feed
Blog
Get All Blogs RSS Feed
Get an RSS 2.0 feed of all published blog posts
GET
/
blogs
/
feed
Get All Blogs RSS Feed
curl --request GET \ --url https://api.example.com/blogs/feed
Returns an RSS 2.0 XML feed containing all published blog posts. This endpoint does not require authentication.Use this to provide a single RSS subscription URL for all of your blog content.