Skip to main content
GET
/
v2
/
verification
/
epfo
/
uan-to-employment-history
Uan To Employment History V2
curl --request GET \
  --url https://production.deepvue.tech/v2/verification/epfo/uan-to-employment-history \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738342015371,
  "transaction_id": "a00ad6a679d549d6bd002afdf2b226c0",
  "sub_code": "SUCCESS",
  "message": "Employment History fetched successfully",
  "data": {
    "pdf_url": null,
    "employment_history": [
      {
        "name": "TAHIR AHMED CHOUDHURY",
        "guardian_name": "JOBUR AHMED CHOUDHURY",
        "establishment_name": "MODERN VEER RAYS SECURITY FORCE (INDIA) PVT LTD",
        "member_id": "BGBNG00420230000027886",
        "date_of_joining": "2024-04-12",
        "date_of_exit": null,
        "last_pf_submitted": "2025-01-15"
      },
      {
        "name": "TAHIR AHMED CHOUDHURY",
        "guardian_name": "JOBUR AHMED CHOUDHURY",
        "establishment_name": "DUSTERS TOTAL SOLUTIONS SERVICES PRIVATE LIMITED",
        "member_id": "PYKRP00454290000434738",
        "date_of_joining": "2023-12-01",
        "date_of_exit": null,
        "last_pf_submitted": "2024-05-16"
      },
      {
        "name": "TAHIR AHMED CHOUDHURY",
        "guardian_name": "JOBUR AHMED CHOUDHURY",
        "establishment_name": "247 FACILITY SERVICES  PVT.LTD",
        "member_id": "PYKRP00525200000031973",
        "date_of_joining": "2023-09-01",
        "date_of_exit": "2024-01-13",
        "last_pf_submitted": null
      },
      {
        "name": "TAHIR AHMED CHOUDHURY",
        "guardian_name": "JOBUR AHMED CHOUDHURY",
        "establishment_name": "SODEXO INDIA SERVICES PRIVATE LIMITED",
        "member_id": "PYBOM00236430000045906",
        "date_of_joining": "2023-07-28",
        "date_of_exit": "2024-06-14",
        "last_pf_submitted": null
      },
      {
        "name": "TAHIR AHMED CHOUDHURY",
        "guardian_name": "JOBUR AHMED CHOUDHURY",
        "establishment_name": "COMPASS GROUP (INDIA) PRIVATE LIMITED",
        "member_id": "GNGGN00269040000290656",
        "date_of_joining": "2023-07-06",
        "date_of_exit": "2023-08-14",
        "last_pf_submitted": null
      },
      {
        "name": "TAHIR AHMED CHOUDHURY",
        "guardian_name": "JOBUR AHMED CHOUDHURY",
        "establishment_name": "MODERN VEER RAYS SECURITY FORCE (INDIA) PVT LTD",
        "member_id": "BGBNG00420230000024527",
        "date_of_joining": "2022-09-02",
        "date_of_exit": "2023-04-15",
        "last_pf_submitted": null
      }
    ]
  }
}

What’s New in v2?

⚙️ Better Uptime: We’ve made backend enhancements to ensure more consistent availability. 🔗 Reduced Source Failures: Improved handling of upstream dependencies for smoother performance. 📅 Date of Exit: Get clearer employment histories with the newly added date_of_exit field in each record.

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

uan_number
string
required
generate_pdf
boolean
default:false

True or False, depending upon whether pdf needs to be generated or not.

Response

Successful Response

timestamp
integer
required
transaction_id
string
required
data
EmploymentHistory · object
required
code
integer
default:200
sub_code
string
default:SUCCESS
message
string
default:Employment History fetched successfully