Endpoint Version: 1.0.0 | Cost: ₹1.50 per call
Verify UIDAI enrolment status from Enrolment ID (EID) updates.
| Header Name | Value / Type | Description |
|---|---|---|
| Content-Type | string |
application/json |
| X-API-Key | string |
your_api_key |
| X-API-Secret | string |
your_api_secret |
| Parameter Name | Required Type | Constraint |
|---|---|---|
| eid | string |
14-digit Enrolment ID number |
| timestamp | string |
14-digit EID date format (yyyy/mm/dd/hh/mm/ss) |
| Header | Sample Value |
|---|---|
| Content-Type | application/json; charset=utf-8 |
| X-Execution-Time-Ms | 45.82 ms |
| Error Code | Description / Scenario |
|---|---|
| INVALID_PARAMETER | One or more query parameters are incorrectly formatted. |
| INSUFFICIENT_BALANCE | Your wallet balance is below the charge rate of this endpoint. |
{
"status": "success",
"data": {
"enrolment_id": "12345678901234",
"status": "GENERATED",
"message": "Aadhaar letter is printed and dispatched."
}
}
{
"status": "error",
"message": "Authentication failed or parameter invalid"
}