# Verify WebAuthn registration **POST /api/verifications/web-authn/registration/verify** Verify the WebAuthn registration by the user's response. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Body parameters Content-type: application/json - **verificationRecordId** (string) The ID of the verification record. - **payload** (object) The payload of the WebAuthn device. ## Responses ### 200: The WebAuthn registration has been successfully verified. #### Body Parameters: application/json (object) - **verificationRecordId** (string) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)