-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New APIs #2
Comments
APIs needed: If OTP can be handled: Response:
Endpoint: Body:
Response:
OR
If above two API are not possible (We need an API that returns users mobile number which is linked to aadhaar or beneficiary ID) Response:
Usage: API to fetch number of beneficiary Ids linked to mobileNumber: Response:
Usage: API to check if given masked aadhaar is mapped to given mobileNumber: Response:
Usage: API to get basic user details via given aadhaar/beneficiaryId/phoneNumber (or by sending just aadhaar) Response:
Usage: |
GET beneficiary status - POST Response: (error scenario) {
"status": false,
"error": {
"errorId": "1",
"message": "Registered Professional"
}
} Response: (success scenario) {
"status": true,
"error": null
} |
UserID
- session (https://github.com/fingerprintjs/fingerprintjs) => Update this tobenId
once it gets resolved/sendOTP/<ben ID> or <phoneNo + aadhaar last for digits> or <aadhaar> or <phoneNo>
/verifyOTP/<ben ID> or <phoneNo + aadhaar last for digits> or <aadhaar>or <phoneNo>
/getNoOfBenIDFromPhoneNo/<phoneNo>
/checkMapping/?phoneNo=&maskedAadhaar=
/udpateUserId/benId
benId
, phone)The text was updated successfully, but these errors were encountered: