Skip to main content
POST
/
client
/
patient
/
getLoginOTP
Get login OTP
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

Successful response

otpToken
string

Token required for OTP verification