post http://api.pandascrow.io/sandbox/index/user/verify/email
This endpoint would allow you to verify the email address used on your newly registered account with Pandascrow.
[POST] {{baseurl}}/sandbox/index/user/verify/email
Pandascrow Users - Verify Email
To verify your account with Pandascrow. You would require to submit an email code for email verification.
Param | Required? | Description | type |
---|---|---|---|
code | Yes | Enter the 6 digit email code sent to your phone number | String |
API Object
{
"status": 200,
"data": {
"message": "User email has been verified successfully"
}
}
curl -L -X POST '{{baseurl}}/sandbox/index/user/verify/sms' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'