API referenceIdentity and accessAuthentication
Authentication
21 operations.
Change the caller's password
POST /api/v1/auth/change-password
Forget every remembered browser
DELETE /api/v1/auth/devices
Forget one remembered browser
DELETE /api/v1/auth/devices/{id}
Mail a password-reset link
POST /api/v1/auth/forgot-password
Set the language this account's mail is written in
PUT /api/v1/auth/locale
Exchange credentials for an OAuth 2.0 token, or open a second-factor challenge
POST /api/v1/auth/login
Sign out: revoke the presented access token (and the refresh token, if sent)
POST /api/v1/auth/logout
Resend the emailed code for a challenge
POST /api/v1/auth/mfa/resend
Complete a second-factor challenge
POST /api/v1/auth/mfa/verify
Register a new tenant + user
POST /api/v1/auth/register
Set a new password with a reset token
POST /api/v1/auth/reset-password
Return the caller's sign-in security state
GET /api/v1/auth/security
Mail the caller a fresh verification link
POST /api/v1/auth/send-verify-email
Sign out everywhere: every token issued to the caller so far is revoked
POST /api/v1/auth/sessions/revoke-all
Refresh an access token
POST /api/v1/auth/token
Turn the authenticator app off
DELETE /api/v1/auth/totp
Finish authenticator-app enrolment and receive recovery codes
POST /api/v1/auth/totp/confirm
Replace the caller's recovery codes
POST /api/v1/auth/totp/recovery-codes
Start authenticator-app enrolment
POST /api/v1/auth/totp/setup
Return OIDC userinfo
GET /api/v1/auth/userinfo
Confirm an email address with a verification token
POST /api/v1/auth/verify-email