Lob integration (Marketing, Location). Imported from open-connector.
https://api.lob.com/v1/us_verifications
| Param | Type | Required | Description |
|---|---|---|---|
| primary_line | string | required | The primary street address line. |
| secondary_line | string | optional | The secondary address line, such as an apartment, suite, or unit. |
| city | string | optional | The city name for the address. |
| state | string | optional | The US state or region for the address. |
| zip_code | string | optional | The US ZIP or ZIP+4 code for the address. |
| recipient | string | optional | The recipient name associated with the address. |
/us_verifications/bulk
| Param | Type | Required | Description |
|---|---|---|---|
| addresses | array | optional | The US addresses to verify. |
/us_autocompletions
| Param | Type | Required | Description |
|---|---|---|---|
| address_prefix | string | required | The beginning of the US address to autocomplete. |
| city | string | optional | The city name for the address. |
| state | string | optional | The US state or region for the address. |
| zip_code | string | optional | The US ZIP or ZIP+4 code for the address. |
| geo_ip_sort | boolean | optional | Whether Lob should sort suggestions based on the request origin's IP geolocatio… |
/intl_verifications
| Param | Type | Required | Description |
|---|---|---|---|
| primary_line | string | required | The primary street address line. |
| secondary_line | string | optional | The secondary address line, such as an apartment, suite, or unit. |
| city | string | optional | The city name for the address. |
| state | string | optional | The US state or region for the address. |
| postal_code | string | optional | The postal code for an international address. |
| country | string | required | The destination country code or country name. |
| recipient | string | optional | The recipient name associated with the address. |
/intl_verifications/bulk
| Param | Type | Required | Description |
|---|---|---|---|
| addresses | array | optional | The international addresses to verify. |