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
Successful response
The response is of type object.
object