ReferenceAPIOperationsAuth
Logout
Invalidates the current session.
Operation ID
logoutInvalidates the current session.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X POST "https://example.com/v1/auth/logout"{ "ok": true}Local login and recovery POST
In Local Only mode, creates a loopback local session and may auto-finalize first-run owner bootstrap. In Ready External Access mode, every request requires a short-lived, single-use recovery capability minted by the local `oore recovery` command over the daemon's Unix management socket. TCP loopback and forwarding headers do not grant recovery authority.
OIDC callback POST
Exchanges the authorization code for tokens and creates a session.