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/jsonToken
REQUIRED
Security token received via email or SMS that authorizes the password change
New_password
REQUIRED
New password for the user account
| Status code | Description |
|---|---|
| 200 | An empty response |
| 400 | Bad request error - the request contains invalid parameters or malformed data |
| 500 | Internal 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"}