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.
ModelsExpand Collapse
AddverList object { id, cost, count, 17 more } 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: object { line1, city, country, 6 more } The 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.
metadata: optional object { statusCount } Additional metadata about the list, including a count of each status.
Additional metadata about the list, including a count of each status.
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.
BulkVerificationUploadResponse object { data, message, status }
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: object { line1, city, country, 6 more } The 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.
metadata: optional object { statusCount } Additional metadata about the list, including a count of each status.
Additional metadata about the list, including a count of each status.
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.
BulkVerificationListResponse object { data, message, status }
data: object { count, data } A list of bulk verification lists.
A list of bulk verification lists.
The requested lists.
The requested lists.
mappings: object { line1, city, country, 6 more } The 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.
metadata: optional object { statusCount } Additional metadata about the list, including a count of each status.
Additional metadata about the list, including a count of each status.
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.
BulkVerificationRetrieveResponse object { data, message, status }
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: object { line1, city, country, 6 more } The 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.
metadata: optional object { statusCount } Additional metadata about the list, including a count of each status.
Additional metadata about the list, including a count of each status.
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.