https://api.apyhub.com/validate/aadhaar
POST
application/json
Attribute | Type | Mandatory | Description |
---|---|---|---|
aadhaar | string | Yes | Provide the Aadhaar number that you want to validate (For example: 568095330001). |
data: true
if the number is valid. If its not then it will simply returns data: false
.Status Code | Description |
---|---|
200 | The request was successful. |
400 | Invalid input. |
401 | Required authentication information is either missing or not valid for the resource. |
500 | If any unexpected error occurs while processing the request. |
tokens
or basic authentication
mechanisms.
You can generate and view your existing credentials from your workspace settings (on the left side of the navbar) and go to “API Keys".apy-token
as the header parameter to pass the token.Authorization
header to send the basic authentication credentials.