Skip to main content

Oauth

7 live operations under /api/oauth. 0 require a machine key; 7 are public. Tagged: Other.

MethodPathWhat it doesAuth
POST/api/oauth/authorize/consentoauth/authorize/consent (POST) — user clicked Approve or Cancelpublic
GET/api/oauth/authorizeoauth/authorize (GET) — entry point of the vault-issuance ceremonypublic
POST/api/oauth/refresh5. token NOT in oauth_tokens_revoked (rotation, revoke, or logout).public
POST/api/oauth/revokeAccepts optional token_type_hint ('access_token' | 'refresh_token') — we try both kinds when the hint is wrong or missipublic
POST/api/oauth/token7. redeemCodeOnce — single-use enforcement, TOCTOU-safe via DB.public
GET/api/oauth/userinfopublic
POST/api/oauth/userinfopublic

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