Sends an OTP code via SMS for PIN reset or unlock.
Registration Authority
/- Enterprise Documentation
- DEVELOPER DOCUMENTATION
- RESET/UNLOCK PIN
LIST REQUEST
CREATE REQUEST
GET REQUEST
UPDATE REQUEST
CANCEL REQUEST
VALIDATE REQUEST
GENERATE RAO DECLARATION
GENERATE CONTRACT
GENERATE CONTRACT
DELETE DOCUMENT
GET A DOCUMENT
GET ALL DOCUMENTS
APPROVE REQUEST
GET PRE-AUTHENTICATION LINK
IS RENEWABLE
ENABLE RENEWAL
DISABLE RENEWAL
GET RENEWAL STATUS
CHECK CONTACT DATA
OTP FOR RESET/UNLOCK PIN
RESET/UNLOCK PIN
UANATACA RA API DOCUMENTATION (v1)
https://api.uanataca.com/api/v1/requests/{id}/generate_otp_for_unlock
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.uanataca.com/api/v1/requests/{id}/generate_otp_for_unlock'Response
application/json
{ "status": "success", "message": "OTP sent via SMS" }
https://api.uanataca.com/api/v1/requests/{id}/unlock_pin
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.uanataca.com/api/v1/requests/{id}/unlock_pin' \
-H 'Content-Type: application/json' \
-d '{
"scratchcard": "string",
"enrollment_code": "string",
"newpin": "string",
"otp": "string"
}'Response
application/json
{ "status": "success", "message": "Pin unlocked successfully" }