Bulk Email Search: Retrieve Info
Use this API endpoint to retrieve details and the current status of a previously created Bulk Email Search. It allows you to monitor progress or retrieve metadata about a specific search using the unique searchId
.
Endpoint
https://api.anymailfinder.com
/v5.0/bulk/{searchId}
Pricing
This endpoint is free to use.
Credits are only charged when you download the results for the first time.
Authentication
You must include your API key in the Authorization
header to access this endpoint.
Refer to the Authentication page for details on how to authenticate your requests.
Request example
curl -X GET \'https://api.anymailfinder.com/v5.0/bulk/{searchId}' \-H 'Authorization: Bearer YOUR_API_KEY'
Request parameters
Path parameters
Parameter | Example value | Description |
---|---|---|
searchId string | "blk_123a4b5c" | The unique identifier of the bulk search. |
Response
Need Help?
Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.