Check whether a given Aadhaar number is linked to a PAN card as mandated by the Income Tax Department.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"masked_pan": "EKXXXXXX6F",
"linking_status": true,
"reason": "linked",
"detailed_reason": null
}
}
}
{
"success": false,
"message": "Invalid Aadhaar Number",
"data": {
"order_id": "W2A1739512345abcdef02",
"result": {
"masked_pan": "",
"linking_status": false,
"reason": "invalid_aadhaar",
"detailed_reason": null
}
}
}
| Code | Meaning |
|---|---|
| 200 | OK — Request successful |
| 400 | Bad Request — Missing or invalid parameters |
| 401 | Unauthorized — Invalid or missing API key |
| 429 | Too Many Requests — Rate limit exceeded |
| 500 | Server Error — Try again later |
Start with free trial API calls. No credit card required.
Get API Key — Free Browse All APIs