cURL
curl --request POST \ --url https://{defaultHost}/v1/auth/{app_id}/webauthn/login/initialize \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "user_verification": "required", "options": {} }
Initialize a WebAuthn authentication ceremony. This endpoint returns the challenge options for the browser’s WebAuthn API. Use the SDK instead of calling this manually.
API Secret token
User Access token
App ID
challenge created successfully
User verification requirement
"required"
WebAuthn credential request options containing the challenge
Was this page helpful?