2. Respond
❗This API is for OTP messaging only
POST https://{API URL}/api/smsverify/respond
{
"PhoneNumber": "XXXXXXXXXXXX",
"Token": "758201"
}
Token is the code from the SMS sent out.
A GUID will be returned in the body if successful. Keep hold of this for the Validate step.
If the PhoneNumber and Token pair are not found you receive a not found response. The tokens are valid for five minutes from the time the SMS was marked DELIVERED.