Headers
Request Body Parameters
| Parameters | Parameter description with validations and examples | Data type | Mandatory/Optional |
| aadhaarNo | Aadhaar Number.Must have a length of 12. E.g. - "123456789876" |
String | Mandatory |
| otp | OTP received. E.g. - "04734" |
String | Mandatory |
| requestId | Request ID Number. E.g. - "e055b9c2-98a9-45abb9a1-172b59132fdc" |
String | Mandatory |
Sample Request Body
Encrypted Sample Request Body
Response Body Parameters (Success)
| Parameters | Parameter description with examples | Data type |
| status | Status Code | String |
| message | Status Description. E.g. - "OTP sent to registered mobile number" |
integer |
| result | Result of the operation. | |
| generatedDateTime | Generated Date and Time. | String |
| maskedAadhaarNumber | Aadhaar Number in Masked format. | String |
| name | Name | String |
| dob | Date of Birth | string |
| gender | Gender | string |
| fatherName | Name of Father. | string |
| address | Address details. | |
| splitAddress | Address in Split format. | |
| houseNumber | House Number. | string |
| street | Street Name. | string |
| landmark | Landmark | string |
| subdistrict | Name of Sub-district. | string |
| district | Name of District. | string |
| vtcName | Name of Village, Town or City | string |
| location | Location. | string |
| postOffice | Name of the Post Office | string |
| state | State Name. | string |
| country | Country Name. | string |
| pincode | Address PIN Code. | string |
| combinedAddress | Address in combined format (reflects the data provided in the split format). | string |
| maskedVID | Masked VID Number. E.g. - "XXXX XXXX 7691" |
string |
| PADAF | Front Page of the Aadhaar. | |
| docRefId | Document Reference ID. | string |
| docUrl | Document URL. | string |
| docName | Name of the Document. | string |
| password | Password | string |
| docFormat | Document Format | string |
| PADAB | Back Page of the Aadhaar. | |
| docRefId | Document Reference ID. | string |
| docUrl | Document URL. | string |
| docName | Name of the Document. | string |
| password | Password | string |
| docFormat | Document Format | string |
Sample Response Body
SUCCESS:
FAILED:
Encrypted Sample Response Body
Status Codes
| Status | Status Code | Description |
| SUCCESS | 0 | Aadhaar XML file downloaded successfully |
| FAILED | 1 | Something went wrong |