- Docs
- Api%2Freference%2Fwallets%2FRequestVerificationCode
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.
Request Body
application/json
Request verification code payload
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://api-testnet.dual.network/auth/verification-code" \ -H "Content-Type: application/json" \ -d '{}'{}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}