v1

latestOpenAPI 3.0.22026-07-14225376.6 KB
DigiLocker Meta APIs

Verify Account

This API can be used to verify whether a mobile number or Aadhaar number is already registered with DigiLocker.

post/account/2/verify

Response

successful operation

digilockeridstring required

A unique 36 character DigiLocker Id of the user account.

registeredstring required

true indicates that the provided Aadhaar/mobile number is already registered and false indicates otherwise.

Example response

{
  "digilockerid": "123e4567-e89b-12d3-a456-426655440000",
  "registered": "true"
}