The Address Lookup API allows RSPs to:
- Search an address string to receive a unique Enable address identifier
- Input an address string and return a list of up to 20 matches
- Retrieve detailed address information using the Enable identifier
The Address Lookup API includes the following resources:
| Name | Function | HTTP method |
|---|---|---|
| Addresses | Retrieves a list of matching addresses based on a supplied search term | GET |
| Address Details | Retrieves detailed address information for a given unique Enable location identifier (FSL or TUI). | GET |
| Version | Retrieves the application version information | GET |
Refer to the API Specification section for more information on field types, length and other restrictions.