Overview
Find & Retrieve address
The findAddress and retrieveAddress methods allow you to search for and retrieve structured address data using the REST API. These methods work together to enable accurate address lookup, validation, and standardization.
Key Points
- First, use
findAddressto get potential address matches. Then, useretrieveAddressto get the full structured details of a selected address. - The API provides validation advice (
GREEN,AMBER, orRED) and supports geolocation with latitude and longitude. - Using the
containerID, retrieval ensures data accuracy without requiring repeated full address searches. AddressOptionsallow you to adjust how house numbers and additions are structured in the response.
Updated 5 months ago