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?