POST
/
auth
/
otp
/
trigger
cURL
curl --request POST \
  --url https://api.nh.staging.mum.juspay.net/service2/auth/otp/trigger \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "<string>"
}
'
{
  "success": true,
  "otp": "<string>"
}

Body

application/json
phone
string
required

Response

OTP sent successfully

success
boolean
required
otp
string | null

In UAT: OTP returned for testing; remove in production