Changelog
Get Changelog Entry by ID
Fetch a single changelog entry by its id. Requires the `changelog:read` scope when called with an API key.
X-API-Key<token>
Your personal API key — vw_ followed by 64 hex characters. The same key is also accepted
as Authorization: Bearer vw_....
In: header
Path Parameters
id*string
The changelog entry id.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/changelog/string"{ "success": true, "message": "Changelog entry fetched successfully", "data": { "id": "v3-21-0", "version": "3.24.0", "title": "Portfolio template library refresh", "summary": "Signal picks up a new hero and the editor gains section presets.", "type": "minor", "publishedAt": "2026-07-29T10:00:00.000Z", "githubUrl": "https://github.com/VeriWorkly/veriworkly/releases/tag/v3.24.0", "added": [ "Section presets in the portfolio editor" ], "improved": [ "Signal hero spacing on small viewports" ], "fixed": [ "Duplicate toast on failed publish" ], "breaking": [], "security": [], "tags": [ "portfolio", "editor" ], "prRefs": null }}Get Changelog StatsGET
Aggregated release counts by type, the latest published release, and contributor totals derived from the pull-request references recorded on each entry. Requires the `changelog:read` scope when called with an API key.
GitHub Integrations
Fetch repository statistics, issues, and pull requests synced from the VeriWorkly repository.