API reference/Auth
Turn on the authenticator app
POST
/v1/auth/mfa/totp/confirm
Send a code from the authenticator app. Returns 10 recovery codes, shown once, verifies this session with a second factor and signs out other devices.
Authorization
bearer
Authorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Body
application/json
codestring
A code from the authenticator app
maxLength: 16
Responses
errors: application/problem+json
Match errors on the problem's code, which stays the same, not on its message.