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:
- /address/verify
You can try the address verify endpoint here.
Endpoints Overview
- Get Country Template: Retrieve required fields for address verification based on the country.
- Validate Address: Check if a given address exists and normalize it if necessary.
- Verify Address: Validate whether an individual can be matched to an address, including a match score, verification details, and handling corrections.
- 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
Authorizationheader as follows:
API Base URL
Production:
Sandbox:
1. Verify Address
Endpoints
POST/address/verify