← Tools Reference

Lob

Lob integration (Marketing, Location). Imported from open-connector.

API key5 toolshttps://api.lob.com/v1
POST
lob_verify_us_address
Verify and standardize one US address with Lob Address Verification.

/us_verifications

6 parameters
ParamTypeRequiredDescription
primary_linestringrequiredThe primary street address line.
secondary_linestringoptionalThe secondary address line, such as an apartment, suite, or unit.
citystringoptionalThe city name for the address.
statestringoptionalThe US state or region for the address.
zip_codestringoptionalThe US ZIP or ZIP+4 code for the address.
recipientstringoptionalThe recipient name associated with the address.
POST
lob_bulk_verify_us_addresses
Verify and standardize multiple US addresses with Lob Address Verification.

/us_verifications/bulk

1 parameter
ParamTypeRequiredDescription
addressesarrayoptionalThe US addresses to verify.
GET
lob_autocomplete_us_addresses
Return Lob US address autocomplete suggestions for a partial address.

/us_autocompletions

5 parameters
ParamTypeRequiredDescription
address_prefixstringrequiredThe beginning of the US address to autocomplete.
citystringoptionalThe city name for the address.
statestringoptionalThe US state or region for the address.
zip_codestringoptionalThe US ZIP or ZIP+4 code for the address.
geo_ip_sortbooleanoptionalWhether Lob should sort suggestions based on the request origin's IP geolocatio…
POST
lob_verify_international_address
Verify and standardize one international address with Lob Address Verification.

/intl_verifications

7 parameters
ParamTypeRequiredDescription
primary_linestringrequiredThe primary street address line.
secondary_linestringoptionalThe secondary address line, such as an apartment, suite, or unit.
citystringoptionalThe city name for the address.
statestringoptionalThe US state or region for the address.
postal_codestringoptionalThe postal code for an international address.
countrystringrequiredThe destination country code or country name.
recipientstringoptionalThe recipient name associated with the address.
POST
lob_bulk_verify_international_addresses
Verify and standardize multiple international addresses with Lob Address Verification.

/intl_verifications/bulk

1 parameter
ParamTypeRequiredDescription
addressesarrayoptionalThe international addresses to verify.