# Create password verification record **POST /api/experience/verification/password** Create and verify a new Password verification record. The verification record can only be created if the provided user credentials are correct. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Body parameters Content-type: application/json - **identifier** (object) The unique identifier of the user that will be used to identify the user along with the provided password. - **password** (string) The user password. ## Responses ### 200: The Password verification record has been successfully created and verified. #### Body Parameters: application/json (object) - **verificationId** (string) The unique verification ID of the newly created Password verification record. The `verificationId` is required when verifying the user's identity via the `Identification` API. ### 400: The verification attempts have exceeded the maximum limit. ### 401: The user is suspended or banned from the service. ### 422: `session.invalid_credentials:` Either the user is not found or the provided password is incorrect. [Powered by Bump.sh](https://bump.sh)