Changelogs
List changelogs
Authorization
BearerAuth AuthorizationBearer <token>
Use an API key from the Produktly dashboard → Settings → API keys.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/changelogs"{ "data": [ { "id": 0, "name": "string", "active": true, "createdAt": "2019-08-24T14:15:22Z" } ], "pagination": { "total": 0, "limit": 0, "offset": 0 }}Update an announcement PATCH
Only the fields you send are changed. settings are merged over stored settings; targeting replaces wholesale. Live announcements can be edited, but an update that would leave one unpublishable (no title, no targeting, or missing content for popup/toast) returns 400; set active: false first to take it down.
List posts in a changelog GET
Next Page