Bulk Verification
Note: For verifying batches of addresses in real-time via JSON, please use the “Batch Verify Addresses” endpoint.
The bulk verification API allows you to submit CSV files to be processed through our address verification engine. Each file can contain up to 250,000 addresses, and the output lines up with what is returned from our batch verification API.
Note that you will be invoiced for every list that processes successfully. You can pre-purchase bulk verification credits from our dashboard to prevent this. However, these cannot be used for geocoded lists, and you must individually pay for every list that you process with those flags.
Also note that in order to access bulk geocoding you must contact [email protected] to enable the feature.
Upload
List
Retrieve
ModelsExpand Collapse
class AddverList: …A bulk address verification list — an uploaded CSV file of addresses and its
processing state.
A bulk address verification list — an uploaded CSV file of addresses and its processing state.
mappings: MappingsThe mapping of your CSV column names to PostGrid address fields. Each value is
the name of a column in your uploaded file.
The mapping of your CSV column names to PostGrid address fields. Each value is the name of a column in your uploaded file.
The column containing the first line of each address. If your entire address is in a single column, specify only this mapping.
The column containing the 2-letter ISO country code of each address (e.g.
US, not United States).
The column containing the first name of the person at each address. Only used when NCOA is run.
The column containing the full name of the person at each address. Can
be supplied instead of firstName and lastName. Only used when NCOA
or CCOA is run.
The ISO 2-letter country code used as the fallback when a row is missing a
country. Not returned for lists uploaded without one, e.g. lists which
map the entire address into line1.
The number of invalid or skipped rows in the uploaded file. May be omitted on lists created before this field was introduced.
A signed URL to the processed output CSV file. Present once the list has finished processing.
class BulkVerificationUploadResponse: …
A bulk address verification list — an uploaded CSV file of addresses and its
processing state.
A bulk address verification list — an uploaded CSV file of addresses and its processing state.
mappings: MappingsThe mapping of your CSV column names to PostGrid address fields. Each value is
the name of a column in your uploaded file.
The mapping of your CSV column names to PostGrid address fields. Each value is the name of a column in your uploaded file.
The column containing the first line of each address. If your entire address is in a single column, specify only this mapping.
The column containing the 2-letter ISO country code of each address (e.g.
US, not United States).
The column containing the first name of the person at each address. Only used when NCOA is run.
The column containing the full name of the person at each address. Can
be supplied instead of firstName and lastName. Only used when NCOA
or CCOA is run.
The ISO 2-letter country code used as the fallback when a row is missing a
country. Not returned for lists uploaded without one, e.g. lists which
map the entire address into line1.
The number of invalid or skipped rows in the uploaded file. May be omitted on lists created before this field was introduced.
A signed URL to the processed output CSV file. Present once the list has finished processing.
class BulkVerificationListResponse: …
data: DataA list of bulk verification lists.
A list of bulk verification lists.
The requested lists.
The requested lists.
mappings: MappingsThe mapping of your CSV column names to PostGrid address fields. Each value is
the name of a column in your uploaded file.
The mapping of your CSV column names to PostGrid address fields. Each value is the name of a column in your uploaded file.
The column containing the first line of each address. If your entire address is in a single column, specify only this mapping.
The column containing the 2-letter ISO country code of each address (e.g.
US, not United States).
The column containing the first name of the person at each address. Only used when NCOA is run.
The column containing the full name of the person at each address. Can
be supplied instead of firstName and lastName. Only used when NCOA
or CCOA is run.
The ISO 2-letter country code used as the fallback when a row is missing a
country. Not returned for lists uploaded without one, e.g. lists which
map the entire address into line1.
The number of invalid or skipped rows in the uploaded file. May be omitted on lists created before this field was introduced.
A signed URL to the processed output CSV file. Present once the list has finished processing.
class BulkVerificationRetrieveResponse: …
A bulk address verification list — an uploaded CSV file of addresses and its
processing state.
A bulk address verification list — an uploaded CSV file of addresses and its processing state.
mappings: MappingsThe mapping of your CSV column names to PostGrid address fields. Each value is
the name of a column in your uploaded file.
The mapping of your CSV column names to PostGrid address fields. Each value is the name of a column in your uploaded file.
The column containing the first line of each address. If your entire address is in a single column, specify only this mapping.
The column containing the 2-letter ISO country code of each address (e.g.
US, not United States).
The column containing the first name of the person at each address. Only used when NCOA is run.
The column containing the full name of the person at each address. Can
be supplied instead of firstName and lastName. Only used when NCOA
or CCOA is run.
The ISO 2-letter country code used as the fallback when a row is missing a
country. Not returned for lists uploaded without one, e.g. lists which
map the entire address into line1.
The number of invalid or skipped rows in the uploaded file. May be omitted on lists created before this field was introduced.
A signed URL to the processed output CSV file. Present once the list has finished processing.