Verify Aadhaar OTP
Verify the Aadhaar number by passing the OTP received on the individual’s registered mobile number.
POST
Run in Postman
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.
Available options:
application/json Body
application/json
Allowed value:
"in.co.sandbox.kyc.aadhaar.okyc.request"Unique reference identifier returned by the Generate OTP API for this Aadhaar verification flow. Used to correlate the OTP submission with the original request.
6-digit one-time password sent to the mobile number linked with the Aadhaar. Must be entered exactly as received and is valid only for the associated reference_id.
Required string length:
6Pattern:
^[0-9]{6}$