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

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