This API allows you to generate an OTP (One-Time Password) for the Aadhaar number provided, which will be sent to the mobile number linked to the Aadhaar number. The OTP is required for Aadhaar verification. The OTP is generated by the UIDAI (Issuing Authority) and not stored on our servers.
Process Overview:
POST
https://api.veri5.cloud.robeeta.com/Veri5/SendAadharOtp
Authorization: Api key
Header: Content-Type: application/json
Request Body
Response Body
curl -X POST \nhttps://api.veri5.cloud.robeeta.com/Veri5/SendAadharOtp\\\n-H "Content-Type: application/json" \\\n-d '{\n "AccessKey": "string",\n "AadharNumber": "string"\n}'
{ "Response": "string", "AccessToken": "string" }