Portal
9 live operations under /api/portal. 9 require a machine key; 0 are public. Tagged: Accounts & Keys.
| Method | Path | What it does | Auth |
|---|---|---|---|
GET | /api/portal/certificate | portal/certificate | key |
GET | /api/portal/key | portal/key (legacy — single key) | key |
POST | /api/portal/keys/{id}/reveal | portal/keys/:id/reveal (one-time encrypted reveal) | key |
DELETE | /api/portal/keys/{id} | — | key |
GET | /api/portal/keys | portal/keys (multi-key management) | key |
POST | /api/portal/keys | — | key |
GET | /api/portal/me | portal/me | key |
POST | /api/portal/regenerate-key | portal/regenerate-key (legacy — kept for backward compatibility) | key |
GET | /api/portal/usage | portal/usage | key |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.