Verify User Account
Check whether a user account exists on DigiLocker using their mobile number or Aadhaar number.
Run in Postman
aadhaar_number or mobile must be provided in the request.Headers
JWT access token. For token-generation steps, refer to the Quickstart Guide.
API key used to identify and authenticate the client.
Specifies the API version for the request.
Media type of the request body.
application/json Body
- Option 1
- Option 2
Request payload for Digilocker user verification. At least one of the fields 'aadhaar_number' or 'mobile' must be provided.
Entity identifier that specifies the type of request being made.
in.co.sandbox.kyc.digilocker.user.verification.request 12-digit Aadhaar number without spaces or separators.
^[0-9]{12}$10-digit Indian mobile number without country code.
^[0-9]{10}$Response
HTTP status code.
Unix timestamp (in milliseconds) indicating when the server generated the response.
Response payload containing the requested data or error details.
Unique identifier for tracking the request across systems.