Session
| API | Description |
|---|---|
| POST api/session/start |
Initiate a patient visit by passing the required information |
| POST api/session/end |
Complete a patient visit by passing the required information Returns Compliency Status / Results |
Otp
Handles OTPSend/OTPValidation Requests
| API | Description |
|---|---|
| GET api/otp/Send?id={id}&msisdn={msisdn}&dt={dt} |
Send an OTP to the provided patient msisdn for the provided id |
| GET api/otp/Auth?otp={otp}&dt={dt} |
Authenticate an OTP for the provided patient msisdn/id |