Get Public Changelog
Changelog
Get Public Changelog
Get a published changelog by its public slug
GET
Get Public Changelog
Retrieves a single published changelog by its public slug. This endpoint does not require authentication.
Path Parameters
The unique public slug of the changelog.
Request
Response
Returns the changelog object with its full content.Example Response
200
Errors
| Status | Description |
|---|---|
| 404 | Changelog not found or not published |
| 422 | Invalid slug format |