# Create a record by password **POST /api/verifications/password** Create a verification record by verifying the password. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Body parameters Content-type: application/json - **password** (string) The password of the user. ## Responses ### 201: The verification record was created successfully. #### Body Parameters: application/json (object) - **verificationRecordId** (string) - **expiresAt** (string) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: The password is invalid. [Powered by Bump.sh](https://bump.sh)