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
OTP received by the patient
Token received from getLoginOTP API
Successful response
JWT token for patient authentication
Was this page helpful?