POST api/Authentication/verify-otp
Request Information
URI Parameters
None.
Body Parameters
OtpVerifyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Reference | string |
None. |
|
| Otp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"reference": "sample string 2",
"otp": "sample string 3"
}
application/xml, text/xml
Sample:
<OtpVerifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Email>sample string 1</Email> <Otp>sample string 3</Otp> <Reference>sample string 2</Reference> </OtpVerifyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.