POST
/
client
/
patient
/
getLoginOTP
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"
}

Authorizations

Authorization
string
header
required

Authorization token obtained from the auth API

Body

application/json
contact
string
required

Patient's contact number should be 10 digits long

Response

200
application/json
Successful response
otpToken
string

Token required for OTP verification