Skip to main content
GET
/
v1
/
verification
/
pan-aadhaar-link-status
Pan Aadhaar Link Status
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/pan-aadhaar-link-status \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738041473852,
  "transaction_id": "c6cda846cedf4f4db1591651ef5a3cc9",
  "sub_code": "PAN_AADHAAR_NOT_LINKED",
  "message": "Input Pan is linked to some other Aadhaar"
}

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
aadhaar_number
string

Response

Successful Response