DevelopersAPI referenceNotesCollaboration
Presence heartbeat
Marks the caller as viewing the page; returns other live viewers and the current doc rev (used for soft-realtime refresh).
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
curl -X POST "https://example.com/v1/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08/presence"{ "viewers": [ { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "name": "string", "seen": "2019-08-24T14:15:22Z" } ], "rev": 0, "updated": "2019-08-24T14:15:22Z"}