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 an individual’s address using statistical data sources.
POST /Citizen/StatisticalProofOfAddress
curl -X POST "https://citizen.uat.securecitizen.cloud/Citizen/StatisticalProofOfAddress" \ -H "Authorization: Bearer <access_token>" \ -H "Content-Type: application/json" \ -d '{ "ConsentReceived": true, "IdNumber": "8001014800080", "FirstName": "John", "LastName": "Doe", "AddressLine1": "123 Main Street", "Suburb": "Sandton", "City": "Johannesburg", "Province": "Gauteng", "PostalCode": "2000", "CRef": "REF00001" }'
ConsentReceived
true
IdNumber
FirstName
LastName
AddressLine1
Suburb
City
Province
PostalCode
CRef
{ "data": { "addressVerified": true, "matchScore": 85, "verifiedAddress": { "AddressLine1": "123 Main Street", "Suburb": "Sandton", "City": "Johannesburg", "Province": "Gauteng", "PostalCode": "2000" }, "resultDescription": "Address verified against statistical data" }, "Status": "Success", "CRef": "REF00001" }
addressVerified
matchScore
verifiedAddress