Skip to content

Public changelog from central infra release notes

GET
/changelog
curl --request GET \
--url https://example.com/api/changelog

No auth. Returns AppHandoff release notes from the central infra status API. Falls back to seed data when infra is unavailable or empty.

Releases list and data source hint

Media type application/json
object
releases
required
Array<object>
object
version
required
string
tag
required
string
title
required
string
date
required
string
body
required
string
isLatest
required
boolean
isPrerelease
required
boolean
source
required
string
Allowed values: infra fallback
pagination
required
object
page
required
integer
per_page
required
integer
total
required
integer
total_pages
required
integer
has_more
required
boolean