Upload the required documentation for certificate issuance.
Registration Authority
/- Enterprise Documentation
- DEVELOPER DOCUMENTATION
- DELETE DOCUMENT
LIST REQUEST
CREATE REQUEST
GET REQUEST
UPDATE REQUEST
CANCEL REQUEST
VALIDATE REQUEST
GENERATE RAO DECLARATION
GENERATE CONTRACT
GENERATE CONTRACT
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
DELETE DOCUMENT
UANATACA RA API DOCUMENTATION (v1)
https://api.uanataca.com/api/v1/requests/{id}/pl_upload_document
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.uanataca.com/api/v1/requests/{id}/pl_upload_document' \
-H 'Content-Type: multipart/form-data' \
-F document=string \
-F type=document_frontResponse
application/json
{ "pk": 48312, "type": "document_front" }
https://api.uanataca.com/api/v1/requests/{id}/pl_delete_document
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.uanataca.com/api/v1/requests/{id}/pl_delete_document' \
-H 'Content-Type: multipart/form-data' \
-F docpk=stringResponse
application/json
{ "status": "Document deleted successfully" }
Bodymultipart/form-datarequired
The type of the document to be retrieved
Enum"document_front""document_rear""document_owner""extra_document""contract""signed_contract"
https://api.uanataca.com/api/v1/requests/{id}/pl_get_document
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.uanataca.com/api/v1/requests/{id}/pl_get_document' \
-H 'Content-Type: multipart/form-data' \
-F type=document_front \
-F rao_id=stringResponse
application/json
{ "document": "iVBORw0KGgoAAAANSUhEUgAAAPwAAAChCAYAAAGUvOLYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAABU9xJREFUeNqMlmuMXGUZx3/nfmZ257bX7m53t91uKbS1Ak0kIFIwIZHUSP0kBmLiJSIWXa3SBE1TkaZaU2liQFObED9QE0M(...)", "type": "contract" }