Create Password Validation Token

How to verify a password and create a signed JWT token.

The Create Password Validation Token API verifies a user's password and creates a signed JWT token, which is returned as the passwordValidationToken. This API should be used when a borrower is already signed in but performing an action that requires them to re-verify their password. For example, they may be required to re-verify their password before they can change their email address or phone number.


Example Request

Below please find the JSON body for an example request:

{
    "password": "123QW@qwe!",
}
Language
Authorization
Header