Request verification code

Request a verification code to be sent to the user's email or phone number. This endpoint initiates the account verification process by generating and delivering a secure code for wallet activation.

GET

Parameters

Body

application/json
Email
Email address to receive password reset code
Phone_number
Phone number in E.164 format to receive password reset code
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 \
"https://blockv-labs.io/wallet/verify" \
-H 'Accept: application/json'
json
{
"type": "object"
}