latestOpenAPI 3.1.02026-08-041130479.2 KB

a9dd2afd70a1

UPI lookup (Advanced)

post/v1/api_hub/upi_advance_l1

Request body

mobile_numberstring required

Response

200

txn_idstring
api_categorystring
api_namestring
billableboolean
messagestring
statusinteger
datetimestring

Example response

{
  "txn_id": "cadadef5-8e69-47fe-906d-9c4ba851bc46",
  "api_category": "Mobile Number Lookup",
  "api_name": "Mobile Lookup (Advance)",
  "billable": true,
  "message": "Record Found Successfully",
  "status": 1,
  "result": {
    "name": "XXXXXXX SINGH",
    "upi": true,
    "vpa": "XXXXXXX@ybl"
  },
  "datetime": "2023-03-25 06:15:25.803672"
}