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

KeyDatatypeRequiredDescription
x-lang-outputstringTranslate 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-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;intl_ver_c7cb63d68f8d6&quot;,&quot;recipient&quot;:null,&quot;primary_line&quot;:&quot;370 WATER ST&quot;,&quot;secondary_line&quot;:&quot;&quot;,&quot;last_line&quot;:&quot;SUMMERSIDE PE C1N 1C4&quot;,&quot;country&quot;:&quot;CA&quot;,&quot;coverage&quot;:&quot;SUBBUILDING&quot;,&quot;deliverability&quot;:&quot;deliverable&quot;,&quot;status&quot;:&quot;LV4&quot;,&quot;components&quot;:{&quot;primary_number&quot;:&quot;370&quot;,&quot;street_name&quot;:&quot;WATER ST&quot;,&quot;city&quot;:&quot;SUMMERSIDE&quot;,&quot;state&quot;:&quot;PE&quot;,&quot;postal_code&quot;:&quot;C1N 1C4&quot;},&quot;object&quot;:&quot;intl_verification&quot;}