Address Match
The Address Match action is one of the primary services within the Investigate Open API.
This action enables you to submit available information about a data subject.
Minimum Requirements​
The AddressMatch request requires inputs of Address only which are defined in: Addresses Search.
Service Request​
To request for an Address match, add a ADDRESS_MATCH
action to the request body entity AddressesActionsRequest
:
{
"actions": [
{ "action": "ADDRESS_MATCH" }
]
}
AddressesActionsRequest
​
Service Response​
As part of the AddressesActionsResponse
entity, the property addressMatch
contains the results of the request.