cURL
curl --request POST \ --url https://v2.flabs.in/client/patient/verifyLoginOTP \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "otp": "123456", "otpToken": "otp-token" }'
{ "patientToken": "patient-token" }
Verifies the OTP sent to the patient’s contact number.
Authorization token obtained from the auth API
Successful response
The response is of type object.
object