Skip to main content

Address Verification API - Detailed Documentation

The Address Verification API is designed to support the management of address data by providing comprehensive address verification, validation, and cleansing functionalities.

API Playground:

You can try the address verify endpoint here.

Endpoints Overview

  1. Get Country Template: Retrieve required fields for address verification based on the country.
  2. Validate Address: Check if a given address exists and normalize it if necessary.
  3. Verify Address: Validate whether an individual can be matched to an address, including a match score, verification details, and handling corrections.
  4. Cleanse Address: Normalize and format an address to meet standard conventions.

Authentication

To access the Address Verification API, authentication is required. A Bearer Token must be included in every request.
  • Tokens are valid for 60 minutes and must be refreshed after expiration.
  • Refer to the Authentication for detailed steps on obtaining a token.
  • Include the token in the Authorization header as follows:
Authorization: Bearer YOUR_ACCESS_TOKEN

API Base URL

Production:

Sandbox:


1. Verify Address

Endpoints

POST /address/verify

Description

Verifies if an individual can be matched to a given address, including validation, a match quality score, and potential corrections.

Required Headers

Request Body Parameters

Response Structure

Match Quality Table

Global Result Table

Extended Message Table

Example Request

Example Response

Verification Test Cases

Please refer above for the Sandbox URL and endpoint to use, to try these test cases or try them in the API Playground here

Input Table

Output Table

2. Get Country Template (Upcoming Service)

Description

Retrieve the required fields for address verification for a given country. Use this endpoint to ensure all mandatory fields are provided when performing address verification.

3. Validate Address (Upcoming Service)

Description

Validates if a given address exists. If corrections are necessary, the response includes both the original and corrected versions of the address.

4. Cleanse Address (Upcoming Service)

Description

Normalizes and formats an address to adhere to standard address conventions.