Public Page

Get a public project page

Returns the published document of a public project page. The document is the owner-approved allowlist of project data plus the page-owned uploads and links. Returns 404 while the page is not published or after it expired, and 410 once the owner unpublished it. A password-protected page returns only {"protected": true} until a valid unlock token is presented in the X-Public-Unlock header.

get/v1/public/pages/{publicId}

Path parameters

publicIdstring required

Public id of the page

Headers

X-Public-Unlockstring

Unlock token of a password-protected page, obtained from the unlock endpoint

Response

The page document

publicIdstring
slugstring
modestring
indexableboolean
protectedboolean
payloadAtinteger
expiresAtinteger

Changes