Skip to main content

Zeq Auth (OIDC broker)

20 live operations under /api/zeq-auth. 0 require a machine key; 20 are public. Tagged: Other.

MethodPathWhat it doesAuth
DELETE/api/zeq-auth/api-keypublic
GET/api/zeq-auth/api-keypublic
POST/api/zeq-auth/api-keypublic
GET/api/zeq-auth/api-keysList API keys for authenticated userpublic
POST/api/zeq-auth/api-keysCreate API key for authenticated ZeqAuth userpublic
POST/api/zeq-auth/equation-reissuepublic
GET/api/zeq-auth/genesis-claimedpublic
GET/api/zeq-auth/healthpublic
POST/api/zeq-auth/login-v3public
POST/api/zeq-auth/logout-v3public
GET/api/zeq-auth/mealias of /profile (ZID + identity card)public
GET/api/zeq-auth/profilepublic
DELETE/api/zeq-auth/recovery-passwordpublic
GET/api/zeq-auth/recovery-passwordpublic
POST/api/zeq-auth/recovery-passwordpublic
POST/api/zeq-auth/register-v3public
GET/api/zeq-auth/salt/{zid}The DB query runs unconditionally, so response timing remains close to the registered path (HMAC is microseconds; DB dompublic
POST/api/zeq-auth/session-key/mintown row), so this never invalidates the key the web app already stored.public
GET/api/zeq-auth/session-keyPer-user doctrine: there is no anonymous tier.public
POST/api/zeq-auth/verify-v3Used by the wizard page on load to detect an existing logged-in session.public

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