Request Method :: POST
Description: This API generates and sends an OTP to the user's Aadhaar-linked mobile number.

Headers


Content-Type: application/JSON
client_id:  To be shared during integration by ISU Team
client_secret:  To be shared during integration by ISU Team

Request Body Parameters

Parameters Parameter description with validations and examples Data type Mandatory/Optional
aadhaarNo Aadhaar Number.Must have a length of 12.
E.g. - "123456789876"
String Mandatory

Sample Request Body


Response Body Parameters (Success)

Parameters Parameter description with examples Data type
status Status Code String
message Status Description.
E.g. - "OTP sent to registered mobile number"
integer
result Result of the operation.  
requestId Request ID.
E.g. - "e055b9c2-98a9-45abb9a1-172b59132fdc"
String
result Result of the performed operation.  
message Message describing the result of the operation.
E.g. - "OTP sent to registered mobile number"
String
statusCode Status Code.
E.g. - 101
number

Sample Response Body


SUCCESS:

 

FAILED:

Status Codes

Status Status Code Description
SUCCESS 0 OTP sent to registered mobile number.
FAILED 1 Something went wrong