Create Password Validation 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 an intermediary 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.

Body Params

Request Body

string
required

Password

Headers
string
enum
Defaults to 2024-02-26
Allowed:
string
required

JWT token that was created/signed via the Create Account or Sign In endpoints.

Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json