Address Verification
Verify Bulk Addresses
Verify multiple addresses in a single request
POST
Overview
The Verify Bulk Addresses API allows you to check if multiple addresses exist in the database with a single request. This endpoint is useful for validating a batch of addresses efficiently.
To obtain an API key, please contact our sales team.
Authorization
Your API key for authentication
Body
Array of full addresses to verify
Notes
- Each address in the response includes the original address string and a boolean
verified
flag verified: true
indicates that the address exists in the databaseverified: false
indicates that the address could not be found- Make sure to URL-encode each address parameter when making requests
- For very large batches of addresses, consider making multiple smaller requests to avoid timeout issues