Address Validation & Lookup
Address lookup methods take partial or complete address information search against an address Source of Truth, returning validated and enriched address information.
Find
Authorizations
AuthorizationstringRequired
Query parameters
countrystringRequired
fullAddressstringRequired
sourceOfTruthstringOptional
idstringOptional
featureOptionsstringOptionalExample:
groupAddresses:1;exposeAttributes:1Responses
200
OK
application/json
get
/rest/v2/address/find200
OK
Authorizations
AuthorizationstringRequired
Body
The get international geocode request body:
country: the name or ISO-2 or ISO-3 country code (case-insensitive). Most country names will be recognised but the use of the ISO country code is recommended. Example: 'GB'.fullAddress: the location to geocode. This can be a postal code or place name. Example: '13 Westdyke Terrace, Elrick, WESTHILL, AB32 6JA'.
sourceOfTruthstring · enumOptionalPossible values:
transactionIDstringOptional
Responses
200
OK
application/json
post
/rest/v2/address/find200
OK
Resource
Request
Name
Type
Example
Description
Response
Examples
Retrieve
Authorizations
AuthorizationstringRequired
Body
The get international geocode request body:
country: the name or ISO-2 or ISO-3 country code (case-insensitive). Most country names will be recognised but the use of the ISO country code is recommended. Example: 'GB'.fullAddress: the location to geocode. This can be a postal code or place name. Example: '13 Westdyke Terrace, Elrick, WESTHILL, AB32 6JA'.
sourceOfTruthstring · enumOptionalPossible values:
transactionIDstringOptional
Responses
200
OK
application/json
post
/rest/v2/address/retrieve200
OK
Resource
Request
Name
Type
Example
Description
Response
Examples
Last updated