Auth

Login with WebAuthn MFA

Complete login by verifying WebAuthn response during MFA. Requires the MFA ticket from initial login attempt.

post/auth/login/mfa/webauthn

Request body

responseobject required

WebAuthn authentication response

challengestring required

The challenge string from authentication options

ticketstring required

The MFA ticket from the login response

Response

Success

tokenstring required

Authentication token for API requests

user_idstring required

ID of the authenticated user

Changes

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