Skip to main content

ResetPasswordRequest

passwordstring

The new password to be used for authentication

tokenstring

The token to be used to reset the password, token is sent via email

ResetPasswordRequest
{
"password": "string",
"token": "string"
}