curl --request GET \ --url https://api.example.com/changelog/{public_slug}/feed
Changelog
Get Changelog RSS Feed
Get a published changelog as an RSS 2.0 feed
GET
/
changelog
/
{public_slug}
/
feed
Get Changelog RSS Feed
curl --request GET \ --url https://api.example.com/changelog/{public_slug}/feed
Returns a published changelog formatted as an RSS 2.0 XML feed. This endpoint does not require authentication.Use this to let users subscribe to your changelog updates in their preferred RSS reader.