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/getLoginOTP \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contact": "contact" } '
{ "otpToken": "otp-token" }
Sends an OTP to the provided contact number for patient verification.
Authorization token obtained from the auth API
Patient's contact number should be 10 digits long
Successful response
Token required for OTP verification
Was this page helpful?