API reference/Auth
Start a passkey second factor
POST
/v1/auth/login/mfa/passkey
After a 202 from POST /v1/auth/login listing passkey: returns options limited to the account's passkeys. Send the response to POST /v1/auth/login/mfa.
Body
application/json
challenge_tokenstringrequired
From the 202 response of POST /v1/auth/login
maxLength: 256
Responses
errors: application/problem+json
Match errors on the problem's code, which stays the same, not on its message.