API reference/Auth
Confirm a change with a passkey
POST
/v1/auth/passkeys/verification
Returns options for
navigator.credentials.get() limited to the user's passkeys. Send the response as passkey when deleting the account, turning off the authenticator app or replacing recovery codes.Authorization
bearerAuthorizationheader · stringrequired
Session token from POST /v1/auth/login with "transport": "bearer". Browsers use the session cookie that login sets instead.
Responses
errors: application/problem+json200
OK
401
Unauthorized
409
Conflict
500
Internal Server Error
503
Service Unavailable
Match errors on the problem's code, which stays the same, not on its message.