Users

Get WebAuthn registration options

Generate challenge and options to register a new WebAuthn credential. Requires sudo mode verification.

post/users/@me/mfa/webauthn/credentials/registration-options

Request body

passwordstring
mfa_method'totp' | 'webauthn'

MFA method to use for verification

mfa_codestring

MFA verification code from an authenticator app

webauthn_responseobject

WebAuthn authentication response

webauthn_challengestring

WebAuthn challenge string

Response

Success

challengestring required

The WebAuthn challenge

Changes

No recorded changes to this endpoint across all 1 revision of this API.