Appearance
Fetch the configured HOME latest update with Changelog fallback​
GET
/widget/latest-update
The resolved widget deployment selects Changelog or the newest published Ghost post tagged product or #product. Ghost failures and empty results fall back to Changelog.
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Responses​
Latest update or null when neither source has a published item
application/json
JSON"requested_source": "string","resolved_source": "string","update": "string"
{
 Â
 Â
 Â
}