latestOpenAPI 3.1.02026-08-041130479.2 KB

a9dd2afd70a1

UAN Search

post/v1/api_hub/uan_search_l1

Request body

uanstring required

Response

200

api_categorystring
api_namestring
billableboolean
txn_idstring
messagestring
statusinteger
datetimestring

Example response

{
  "api_category": "Know Your Customer (KYC)",
  "api_name": "UAN profile lookup (Advance)",
  "billable": true,
  "txn_id": "ce692972-dd4c-4189-ae9c-7f98261a8560",
  "message": "Success",
  "status": 1,
  "result": {
    "est_details": {
      "incrop_ADDRESS1": "2ND FLOOR, DLF CENTRE, SANSAD MARG, CENTRAL, DELHI, DELHI, 110001",
      "est_ID": "DLCPM2061234000",
      "est_NAME": "ABC PRIVATE LIMITED",
      "state_NAME": "Delhi",
      "incrop_CITY": "New Delhi"
    },
    "aadhaar": "XXXXXXXX1234",
    "bank_account_number": "927567814812345",
    "ifsc": "UTIB0000165",
    "name": "RAM SINGH",
    "father_or_husband_name": "SHAM SINGH",
    "father_or_husband": "F",
    "bank_name": "ABC BANK",
    "bank_location": "AURANGABAD MAHARASHTRA",
    "gender": "M",
    "pan": "ABCPD1234F",
    "mobile": "1234567890",
    "member_ID": "DLCPM206123400000010080",
    "email": "abcd@gmail.com",
    "dob": "01-JAN-1990",
    "doj_EPF": "18-OCT-2021",
    "doj_EPS": "18-OCT-2021",
    "doe_EPS": "04-NOV-2023",
    "doe_EPF": "04-NOV-2023"
  },
  "datetime": "2024-07-04 12:40:20.871652"
}