E2ee
6 live operations under /api/e2ee. 4 require a machine key; 2 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
DELETE | /api/e2ee/escrow | Turn escrow OFF (self-custody) — delete the caller's own escrow row. | key |
GET | /api/e2ee/escrow | — | key |
POST | /api/e2ee/escrow | The 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/keys | Batch fetch (for sealing to a conversation's members). | public |
POST | /api/e2ee/keys | Publish / rotate the caller's own public key. | key |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.