Skip to main content
GET
/
v1
/
verification
/
pan-to-fathername
Pan To Father Name
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/pan-to-fathername \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "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
  }
}

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

pan_number
string
required

Response

Successful Response