# Create WebAuthn registration verification **POST /api/experience/verification/web-authn/registration** Create a new WebAuthn registration verification record. The verification record can be used to bind a new WebAuthn credential to the user's profile. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Responses ### 200: WebAuthn registration successfully created. #### Body Parameters: application/json (object) - **verificationId** (string) The unique verification ID for the WebAuthn registration record. This ID is required to verify the WebAuthn registration challenge. - **registrationOptions** (object) The WebAuthn registration options that the user needs to create a new WebAuthn credential. ### 400: Bad Request ### 404: Entity not found.
- `session.identifier_not_found:` The current interaction is not identified yet. All MFA verification records must be associated with a identified user. [Powered by Bump.sh](https://bump.sh)