Set new password

Set a new password for the user account using a security token. This endpoint allows users to reset their password when they have forgotten it, using a token received via email or SMS.

POST

Parameters

Body

application/json
Token
REQUIRED
Security token received via email or SMS that authorizes the password change
New_password
REQUIRED
New password for the user account
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X POST \
"https://blockv-labs.io/wallet/set-password" \
-H 'Accept: application/json'
json
{
"type": "object"
}