Address autocomplete search
GET/v1/address/autocomplete
Returns a list of possible results relating to the input address information.
In order to prevent misuse of the service, the query must contain at least 4 alphabetic characters and subsequent calls should only be made when the input changes.
This service endpoint exists as a basic proxy to prevent exposure of credentials utilised during address lookup and metadata retrieval.
Known Limitation: The underlying address search service may return a different number of results for the same query across repeated calls. This is due to inconsistencies in the predictive search algorithm and is outside the control of this connector. Consumers should not rely on a deterministic result count for a given query.
Request
Responses
- 200
- 400
- 401
- 500
OK
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002)
Address connector error (ADR100005)