Clipform
What's New

List newly-live capabilities

Lists the Clipform capabilities that have gone live, newest first, as a public machine-readable changelog feed.

GET
/whats-new

Response Body

application/json

curl -X GET "https://example.com/whats-new"
{  "items": [    {      "key": "node_draw",      "name": "Drawing",      "description": "Drawing canvas; respondents draw and it is saved as a PNG image",      "category": "node-types",      "wentLiveAt": "2026-06-27"    }  ]}