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 'client-id: <api-key>' \
  --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
}
]
}
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

uan_number
string
required
generate_pdf
boolean
default:false

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