DevelopersAPI referenceNotesSharing
Read a shared page (no auth)
View as Markdowncurl -X GET "https://example.com/v1/public/pages/string"{ "pageId": "347b9bf8-fe00-46f6-b8ca-1e06b3bd5809", "mode": "view", "title": "string", "icon": "string", "doc": {}, "rev": 0, "updated": "2019-08-24T14:15:22Z"}Revoke a public link
Previous Page
Save through an edit-mode share link (no auth)
Anonymous save path for edit-mode share links: same optimistic rev contract as the authenticated save (409 carries the current server doc). View-only links get 403. Wiki-link syncing is skipped and last_edited_by is left untouched.