Envelopes
Encrypted cross-session document storage with access control
📄️ Get envelope information
Returns metadata about the envelope attached to the current session, including its owner, status, and creation date.
📄️ Get envelope ACL entries
Returns all access control entries for the envelope. Each entry shows a client (and optionally a subject) that has been granted access, along with the grant type and timestamp.
📄️ Grant access to envelope
Grants a target client access to this envelope.
📄️ Get envelope audit log
Returns a paginated list of audit events for the envelope, including ACL grants, revocations, and session attachments/detachments.
📄️ Revoke envelope access for a client ID
Removes the ACL entry for the specified client, preventing future access to the envelope. A client cannot revoke its own access.
📄️ Revoke envelope access for a subject ID
Removes the ACL entry for the specified client and subject combination. A client cannot revoke its own access.