Address Verification
Verify Single Address
Verify if an address exists in the database
GET
Overview
The Verify Single Address API allows you to check if a specific address exists in the database. This endpoint is useful for validating addresses before performing other operations.
To obtain an API key, please contact our sales team.
Authorization
Your API key for authentication
Query Parameters
The full address to verify
Notes
- A
verified: true
response indicates that the address exists in the database - A
verified: false
response indicates that the address could not be found - The address should be in the format of 123 Main St, San Francisco, CA 94105
- Make sure to URL-encode the address parameter when making requests
- For example:
?address=123%20Main%20St%2C%20San%20Francisco%2C%20CA%2094105