SnozeDevelopers
API referenceWhats new

Read the What's New watermark for a channel

Returns the caller's read watermark for one release channel, along with the releases published after it. Scoped to the authenticated account rather than a workspace, so any authenticated caller may read their own state.

GET
/v1/me/whats-new/state/{channel}
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

channel*string

Value in

  • "web"
  • "mobile"

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/me/whats-new/state/web"
{  "data": {    "channel": "web",    "lastSeenReleaseId": "string",    "accountCreatedAt": "string"  }}