Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Validate a fingerprint against the Department of Home Affairs via SAFPS.
POST /Citizen/ValidateFingerPrint
curl -X POST "https://citizen.uat.securecitizen.cloud/Citizen/ValidateFingerPrint" \ -H "Authorization: Bearer <access_token>" \ -H "Content-Type: application/json" \ -d '{ "ConsentReceived": true, "IdNumber": "8001014800080", "FingerPrint": "<base64_fingerprint_image>", "CRef": "REF00001" }'
ConsentReceived
true
IdNumber
FingerPrint
CRef
{ "FingerPrintResult": { "isMatch": true, "confidence": 0.95 }, "Status": "Success", "CRef": "REF00001", "Message": "Fingerprint verified successfully" }
isMatch
confidence