GET api/Testing/VerifyVerificationOTPAsync/{phoneNumber}/{otp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| phoneNumber | string |
Required |
|
| otp | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OTPVerificationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Method | string |
None. |
|
| Status | string |
None. |
|
| Reason | string |
None. |
|
| ReferenceId | string |
None. |
|
| PhoneNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Method": "sample string 2",
"Status": "sample string 3",
"Reason": "sample string 4",
"ReferenceId": "sample string 5",
"PhoneNumber": "sample string 6"
}
application/xml, text/xml
Sample:
<OTPVerificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Plugin.SmsSender"> <Id>sample string 1</Id> <Method>sample string 2</Method> <PhoneNumber>sample string 6</PhoneNumber> <Reason>sample string 4</Reason> <ReferenceId>sample string 5</ReferenceId> <Status>sample string 3</Status> </OTPVerificationResponse>