Request password reset

request password reset

POST

Parameters

Body

application/json
Email
Email address associated with the account for password reset
Phone_number
Phone number in E.164 format associated with the account for password reset
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/password" \
-H 'Accept: application/json'
json
{
"type": "object"
}