Bulk Verify international addresses with a live API key.
POST {{baseUrl}}/bulk/intl_verifications
Verify a list of international (except US or US territories) address with a live API key. Requests to this endpoint with a test API key will return a dummy response based on the primary line you input.
Request Body
{"addresses"=>[{"primary_line"=>"370 Water St", "recipient"=>"The Sunset Room", "secondary_line"=>"", "city"=>"Summerside", "state"=>"Prince Edward Island", "postal_code"=>"C1N 1C4", "country"=>"CA"}, {"recipient"=>"Samuel's Coffee House", "primary_line"=>"4 Queen St", "secondary_line"=>"", "city"=>"Summerside", "state"=>"Prince Edward Island", "postal_code"=>"C1N 1C4", "country"=>"CA"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"addresses":[{"id":"intl_ver_c7cb63d68f8d6","recipient":null,"primary_line":"370 WATER ST","secondary_line":"","last_line":"SUMMERSIDE PE C1N 1C4","country":"CA","coverage":"SUBBUILDING","deliverability":"deliverable","status":"LV4","components":{"primary_number":"370","street_name":"WATER ST","city":"SUMMERSIDE","state":"PE","postal_code":"C1N 1C4"},"object":"intl_verification"}],"errors":false}