Skip to main content

E2ee

6 live operations under /api/e2ee. 4 require a machine key; 2 are public. Tagged: Other.

MethodPathWhat it doesAuth
DELETE/api/e2ee/escrowTurn escrow OFF (self-custody) — delete the caller's own escrow row.key
GET/api/e2ee/escrowkey
POST/api/e2ee/escrowThe blob is CLIENT-ENCRYPTED under the user's recovery password; the server only stores it and can never open it.key
GET/api/e2ee/keys/{zid}Fetch one ZID's published key (public).public
GET/api/e2ee/keysBatch fetch (for sealing to a conversation's members).public
POST/api/e2ee/keysPublish / rotate the caller's own public key.key

Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.