Links
Create and manage share links.
List share links
Paginated list of share links for the team. Filter by `document_id` or `dataroom_id`.
Create a share link
Creates a share link for a document or dataroom. Optional password, expiry, email allowlist, and other access controls.
Get a share link
Returns a single share link with its access controls and the public URL.
Update a share link
Partial update — only the fields you pass are changed. Useful for rotating passwords, updating expiry, or changing access controls.
Revoke a share link (soft delete)
Soft-deletes the link. The public URL stops resolving immediately; the row is kept in the database for audit.
Move a folder
Reparent a folder. Refuses moves into the folder itself or any of its descendants, and refuses if the target parent already has a sibling with the same slug. Descendant `path`s are rewritten in a single transaction.
List share links
Paginated list of share links for the team. Filter by `document_id` or `dataroom_id`.