Intl Address Verification
International Address Verification API.
Provides endpoints to verify and standardize international addresses, supporting both structured and freeform inputs.
Verify
client.intlAddressVerification.verify(IntlAddressVerificationVerifyParamsparams, RequestOptionsoptions?): IntlAddressVerificationVerifyResponse { data, message, status }
POST/v1/intl_addver/verifications
Batch Verification
client.intlAddressVerification.batchVerification(IntlAddressVerificationBatchVerificationParams { addresses, geoData, includeDetails, 2 more } params, RequestOptionsoptions?): IntlAddressVerificationBatchVerificationResponse { data, message, status }
POST/v1/intl_addver/verifications/batch
Get Autocomplete Previews
client.intlAddressVerification.getAutocompletePreviews(IntlAddressVerificationGetAutocompletePreviewsParams { advanced, cityFilter, container, 9 more } query?, RequestOptionsoptions?): IntlAddressVerificationGetAutocompletePreviewsResponse { data, message, status }
GET/v1/intl_addver/completions
Get Autocomplete Advanced Previews
client.intlAddressVerification.getAutocompleteAdvancedPreviews(IntlAddressVerificationGetAutocompleteAdvancedPreviewsParams { advanced, cityFilter, container, 9 more } query?, RequestOptionsoptions?): IntlAddressVerificationGetAutocompleteAdvancedPreviewsResponse { data, message, status }
GET/v1/intl_addver/completions
Autocomplete
client.intlAddressVerification.autocomplete(IntlAddressVerificationAutocompleteParams { id, includeDetails, properCase, 2 more } params, RequestOptionsoptions?): IntlAddressVerificationAutocompleteResponse { data, message, status }
POST/v1/intl_addver/completions
ModelsExpand Collapse
IntlAddressVerificationVerifyResponse { data, message, status }
IntlAddressVerificationVerifyResponse { data, message, status }
data: Data { city, country, line1, 13 more } The result of a verified international address.
data: Data { city, country, line1, 13 more }
The result of a verified international address.
details?: Details { building, buildingType, cityName, 30 more } Additional details about the verified address, such as premise, thoroughfare, and locality.
details?: Details { building, buildingType, cityName, 30 more }
Additional details about the verified address, such as premise, thoroughfare, and locality.
IntlAddressVerificationBatchVerificationResponse { data, message, status }
IntlAddressVerificationBatchVerificationResponse { data, message, status }
data: Data { results }
data: Data { results }
results: Array<Result>
results: Array<Result>
verifiedAddress?: VerifiedAddress { city, country, line1, 13 more } The result of a verified international address.
verifiedAddress?: VerifiedAddress { city, country, line1, 13 more }
The result of a verified international address.
details?: Details { building, buildingType, cityName, 30 more } Additional details about the verified address, such as premise, thoroughfare, and locality.
details?: Details { building, buildingType, cityName, 30 more }
Additional details about the verified address, such as premise, thoroughfare, and locality.
IntlAddressVerificationGetAutocompletePreviewsResponse { data, message, status }
IntlAddressVerificationGetAutocompletePreviewsResponse { data, message, status }
IntlAddressVerificationGetAutocompleteAdvancedPreviewsResponse { data, message, status }
IntlAddressVerificationGetAutocompleteAdvancedPreviewsResponse { data, message, status }
IntlAddressVerificationAutocompleteResponse { data, message, status }
IntlAddressVerificationAutocompleteResponse { data, message, status }
data: IntlAddressCompletion { building, city, company, 12 more } | VerifiedAddress { city, country, line1, 13 more } A fully resolved international address returned by POST /completions.
data: IntlAddressCompletion { building, city, company, 12 more } | VerifiedAddress { city, country, line1, 13 more }
A fully resolved international address returned by POST /completions.
One of the following:
IntlAddressCompletion { building, city, company, 12 more } A fully resolved international address returned by POST /completions.
IntlAddressCompletion { building, city, company, 12 more }
A fully resolved international address returned by POST /completions.
VerifiedAddress { city, country, line1, 13 more } The result of a verified international address.
VerifiedAddress { city, country, line1, 13 more }
The result of a verified international address.
details?: Details { building, buildingType, cityName, 30 more } Additional details about the verified address, such as premise, thoroughfare, and locality.
details?: Details { building, buildingType, cityName, 30 more }
Additional details about the verified address, such as premise, thoroughfare, and locality.