latestOpenAPI 3.1.02026-08-041130479.2 KB

a9dd2afd70a1

Get OTP

post/v1/api_hub/generate_uan_otp_l1

Request body

mobile_numberstring required

Response

200

api_categorystring
api_namestring
billableboolean
txn_idstring
messagestring
statusinteger
datetimestring

Example response

{
  "api_category": "UAN",
  "api_name": "UAN generate OTP",
  "billable": true,
  "txn_id": "d80fd1b0-c58b-4654-91f6-3b3a299c1058",
  "message": "Success",
  "status": 1,
  "result": {
    "message": "An OTP has been generated and sent to your mobile number successfully.",
    "uan": "10151050xxxxx",
    "mobile": "9619xxxxxx"
  },
  "datetime": "2024-08-12 10:17:39.117106"
}