Headers
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 |