Skip to main content

Aadhaar Verification (Self)

POST 

/verification/api/1.0/verifications/self/aadhaar

Complete Aadhaar verification process using transaction ID from the pre-verification step. This endpoint retrieves verification results after DigiLocker authentication.

Request

Body

required
    digiLocker booleanrequired

    Indicates whether DigiLocker service is being used for verification

    transactionId uuidrequired

    Unique transaction identifier obtained from the pre-verification step

Responses

OK

Schema
    code integer
    message string
    data object
    aadhaarId string

    Masked Aadhaar number

    dateOfBirth string

    Date of birth

    gender string

    Gender

    name string

    First name from Aadhaar

    lname string

    Last name from Aadhaar

    careOf string

    Care of field from Aadhaar

    country string

    Country

    district string

    District

    locality string

    Locality

    pinCode string

    PIN code

    state string

    State

    vtc string

    Village/Town/City

    house string

    House number

    street string

    Street

    address string

    Complete address

    photo string

    Base64 encoded photo

Loading...