apistockdocs
v0.4 GitHub apistock.dev
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
200

OK

401

Unauthorized

422

Unprocessable Entity

500

Internal Server Error

503

Service Unavailable

Match errors on the problem's code, which stays the same, not on its message.

esc
↑↓ move↵ openesc close