Verify an international (except US or US territories) address with a live API key.
POST {{baseUrl}}/intl_verifications
Verify an 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
[{"name"=>"recipient", "value"=>"The Sunset Room", "datatype"=>"string"}, {"name"=>"primary_line", "value"=>"370 Water St", "datatype"=>"string"}, {"name"=>"secondary_line", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"city", "value"=>"Summerside", "datatype"=>"string"}, {"name"=>"state", "value"=>"Prince Edward Island", "datatype"=>"string"}, {"name"=>"postal_code", "value"=>"C1N 1C4", "datatype"=>"string"}, {"name"=>"country", "value"=>"CA", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-lang-output | string | Translate response to the native language of the country (native) or match the response to the language in the request (match). Default response is in English. Allowed values are native, match. | |
Content-Type | string |
RESPONSES
status: OK
{"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"}