GET api/otp/Auth?otp={otp}&dt={dt}
Authenticate an OTP for the provided patient msisdn/id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| otp |
THe OTP to Validate. Obtaned from the SMS Sent |
string |
Required |
| dt |
The DateTime Stamp when the api call is being made. ISO8601 Format. 2015-10-13T15:11:26.8006960+02:00 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |