Send OTP

post/v1/api_hub/telco_advance_supreme_send_otp_l1

Request body

mobile_numberstring required

Response

200

api_categorystring
api_namestring
billableboolean
txn_idstring
messagestring
statusinteger
datetimestring

Example response

{
  "api_category": "Mobile Number Lookup",
  "api_name": "Mobile OTP Info(Advance) - Send OTP",
  "billable": true,
  "txn_id": "8b0bfa49-d34c-4247-ab89-753a4b735873",
  "message": "Success",
  "status": 1,
  "result": {
    "mobile": "8285231234",
    "referenceId": "telecom_pymrvApiogthkxlprXMi",
    "message": "Success"
  },
  "datetime": "2023-11-09 12:24:57.379475"
}