The MyAccount WebAuthn API provides operations to enroll, list, and delete Passkey (FIDO2 WebAuthn) enrollments.
Note: As of the
2026.04.0release, the FIDO2 (WebAuthn) authenticator is now called Passkey (FIDO2 WebAuthn) and there are new settings and updates to the authenticator page layout. There have been no changes to any existing parameter names, values, or endpoint paths. For example, the authenticatorkeyfor the Passkey (FIDO2 WebAuthn) authenticator is stillwebauthn. See Passkeys and WebAuthn.
The registration for a Passkey (FIDO2 WebAuthn) authenticator (also known as the attestation ceremony) involves a challenge request and response. When you enroll a Passkey (FIDO2 WebAuthn) authenticator, use the following endpoints in this order:
- Start a WebAuthn enrollment. This endpoint returns a random challenge and other data from the Relying Party (RP).
- Create a WebAuthn enrollment. This endpoint creates and sends a signed response that contains the challenge and other data from the RP.