Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?