Get WebAuthn auth

get/api/v2/user/otp/webauthn/auth

Generates a new Webauthn authentication request and adds it to user

Query Parameters

  • deviceIdsarray[string]
    Filter by deviceIds
  • enterpriseIdstring
    When provided, the response includes enterprise-scoped PRF salts in evalByCredential
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

200 Response

origin string
challenge string required
allowCredentials array[object] required
type string required
Allowed value: public-key
transports array[string] required
id string
extensions object
prf object

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id