Skip to main content
GET
/
v1
/
verification
/
panbasic
curl
curl --location --request GET 'https://production.deepvue.tech/v1/verification/panbasic?pan_number=<PAN>' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'x-api-key: <YOUR API KEY>'
{
"code": 200,
"timestamp": 1738040933033,
"transaction_id": "ece94d5e2749482faa10184962e9e34a",
"data": {
"@entity": "pan",
"pan": "AAAPT0002F",
"full_name": "RATAN NAVAL TATA",
"status": "VALID",
"category": "Individual",
"name_information": {
"pan_name_cleaned": "Ratan Naval Tata"
}
}
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

pan_number
string
required
name
string

Response

Successful Response

code
integer
required
timestamp
integer
required
transaction_id
string
required
data
PanVerificationData · object
required