cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/epfo/pan-to-uan \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - UAN Fetched Successfully
{ "code": 200, "timestamp": 1738342014954, "transaction_id": "44e1ac67f83c455badcfd4c2a99ac4cd", "sub_code": "SUCCESS", "message": "UAN Number fetched successfully", "data": { "uan_number": "101813402596" }}
API to fetch the UAN Number of the user linked with the PAN number.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes