AddressZen integration (Location, Data). Imported from open-connector.
https://api.addresszen.com/autocomplete/addresses
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The partial address string to autocomplete. |
| context | string | optional | The optional AddressZen context used to narrow the search. |
| country | string | optional | The optional country name used to filter results. |
| limit | integer | optional | The maximum number of suggestions to return. |
/autocomplete/addresses/{address}/usa
| Param | Type | Required | Description |
|---|---|---|---|
| address | string | required | The suggestion identifier returned by the AddressZen autocomplete API. |