Signing

Send access token for public document

Send a one-time access token (email/WhatsApp) to view a public document. Public endpoint.

Copy as Markdown Open in ChatGPT Open in Claude

put/v1/public/documents/{documentId}/send-token

Path parameters

documentIdstring required

The document ID.

Request body

emailstring email

Response

Token sent

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.