BrandKwikID Documentation
API SuitePAN & ITR

Pan Aadhar Link Status

The PAN-Aadhaar Link Check API verifies whether a PAN is linked to an Aadhaar, supporting compliance with government regulations.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

aadharstring
Length12 <= length <= 12
consent?string
Default"Y"
Value in"Y" | "N"
panstring
Length10 <= length <= 10

Response Body

curl -X POST "https://__mock__/verification/v1/panaadharlinkstatus/uniqueaadhar" \  -H "Content-Type: application/json" \  -d '{    "aadhar": "stringstring",    "pan": "stringstri"  }'
{
  "requestid": "string",
  "result": {
    "linked": true,
    "message": "string"
  }
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}