Skip to main content

Address Verification

To perform address verification the functionality has to be enabled for the environment that you use.

Our sales@idenfy.com team will help you include new functionalities in your contract and the technical support team will help with enabling these new features and assist throughout the implementation. Please contact our technical support team via Dashboard using your account.

To make the API calls, all of the requests will require basic auth, where API key is username, and API secret is password.

Address Verification

To perform address verification, construct a POST request to the following endpoint:

https://ivs.idenfy.com/api/v2/address-verification

Request structure:

ParameterTypeRequiredExplanation
addressStringYesAddress for verification
countryStringNo2-digit ISO country code, e.g. "LT"

Examples

{
"address": "Baršausko g. 59, LT-51423 Kaunas",
"country": "LT"
}