Auth

Authenticate with WebAuthn

Complete passwordless login using WebAuthn (biometrics or security key). Returns authentication token on success.

post/auth/webauthn/authenticate

Request body

responseobject required

WebAuthn authentication response

challengestring required

The challenge string from authentication options

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.