3. Validate
❗This API is for OTP messaging only
POST https://{API URL}/api/smsverify/validate
{
"PhoneNumber": "XXXXXXXXXXXX",
"ValidationCode": "63e309bc-6ebb-8350-ff7d-c40d7b613f35"
}
Includes complex object in JSON body if successful which contains two fields, number and dialCode. Because of the way the SMS is saved and retrieved, it gets split into the two constituent parts.