Update records of an address object in our system
In case when an address becomes a part of a created verification, then our system will create a copy of an address object and will provide you with a different address_id in a response
A type of an address object. The possible types are:
REGISTEREDfor the residential address of a person or an affiliated person, or the registered address of a companyBUSINESSfor the primary business location of a companyADDITIONALfor any other address associated with a person, an affiliated person, or a company
A full address of an object, including a street address, a unit, a city, a postal code, a country
A country of an object. A two-letter country code according to ISO 3166-2
A province (a sub-region of a country) of an object
The district (an area of a city) of an object
An address (a street name, a building number, and a unit number) of a person or a company
A postal code (zip code, postcode) of a person or a company
A number of a building of an object
- https://api.kycaid.comhttps://api.kycaid.com/addresses/{address_id}
{ "type": "REGISTERED", "full_address": "45 High Street, Flat 2A, London, SW1A 1AA, United Kingdom", "country": "GB", "state": null, "region": "Scotland", "province": "Ontario", "city": "London", "district": "Westminster", "address": "45 High Street, Flat 2A", "postal_code": "SW1A 1AA", "street_name": "High Street", "building_number": "45", "unit_number": "Flat 2A" }
OK
The request was successful, and our system returned an expected response.
{ "address_id": "27c5caea93ee4656881ef9a30fadd21a3768" }