post http://api.pandascrow.io/sandbox/index/user/verify/sms
This endpoint would allow you to verify the email and SMS of your newly registered account with Pandascrow.
[POST] {{baseurl}}/sandbox/index/user/verify/sms
Pandascrow Users - Verification (SMS)
To verify your phone number, you would pass the 6-digit OTP code.
Param | Required? | Description | type |
---|---|---|---|
code | Yes | Enter the 6 digit OTP code sent to your phone number | Integer |
API Object
{
"status": 200,
"data": {
"message": "User phone 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'