v1

latestOpenAPI 3.0.0MIT2026-07-17301524.5 KB

Get the current (maximum) highwater mark/continuation token of the feed. Allows starting `feed/events` from 'now'.

get/feed/resumeToken

Response

success

resumeTokenstring required

The highwater mark/resume token to use with the event/feed endpoint.

Example response

{
  "resumeToken": "resumeToken"
}