SERV Verify Experience API
Exposes functionality relating to checking particular data elements against the Registries.
- Check and verify ownership of an individual or organisation
SERV Verify Experience API
Exposes functionality relating to checking particular data elements against the Registries.
The distinguishing marker for various request types. Must be only 1 from the list.
curl -i -X POST \
https://developer.servictoria.io/_mock/portal/rest/serv-verify-api/openapi/ownership-check \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'x-correlation-id: string' \
-H 'x-source-system: string' \
-d '{
"identifier": {
"propertyAddress": {
"unitFlatNumber": "7273",
"streetNumber": "788",
"streetName": "Park Street",
"streetType": "Avenue",
"streetSuffix": "AV",
"suburbTownLocality": "Pakenham",
"postcode": 3810
}
},
"searchNames": [
{
"searchNameId": 1,
"individual": {
"surname": "Dawson",
"givenNames": "James"
}
}
]
}'Successful response
Container for all supplied Applicants' matching results.
{ "applicantsMatchResults": [ { … } ], "proprietorCompleteness": "Y", "moreThanOneTitle": "N" }
curl -i -X GET \
https://developer.servictoria.io/_mock/portal/rest/serv-verify-api/openapi/health \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'x-correlation-id: string' \
-H 'x-source-system: string'{ "applicationName": "SERV Verify EAPI", "applicationVersion": "1.0.0", "apiName": "serv-verify-eapi", "environment": "PROD", "status": "running" }