cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/pan-to-fathername \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - Success
{ "code": 200, "timestamp": 1738007863367, "transaction_id": "cc74ead3be1e4d6aac9dbc7510703a85", "sub_code": "SUCCESS", "message": "Pan details fetched successfully.", "data": { "father_name": "PRAVIN FADTE", "full_name": "PRABHA CHANDRAMOHAN FADTE", "full_name_split": [ "PRABHA", "CHANDRAMOHAN", "FADTE" ], "individual_pan": true }}
This API allows users to find the father’s name associated with the provided PAN number.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes