cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/pan-to-employment-status \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - Success
{ "code": 200, "timestamp": 1751479321051, "transaction_id": "4b8d6a3e4cc8453989f8f21afa55f084", "sub_code": "SUCCESS", "message": "Pan Verified Successfully.", "data": { "full_name": "CHANDRA SHEKHAR KANDPAL", "full_name_split": [ "CHANDRA", "SHEKHAR", "KANDPAL" ], "status": "valid", "is_sole_proprietor": false, "is_director": true, "is_salaried": true }}
Use this API to find Employment Status pertaining to a given PAN.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response