Domain Email: Download List
Use this API endpoint to download a CSV file containing all available email addresses for a specific domain. The file must have been purchased previously using the Domain Email Order API endpoint.
Endpoint
https://api.anymailfinder.com
/v5.1/domain/{domain}/email/download
Pricing
This endpoint is free to use.
The file must already be paid for using the Domain Email Order API endpoint.
Authentication
Include your API key using the Authorization
header.
Refer to the Authentication page for setup instructions.
Code example
curl -X GET "https://api.anymailfinder.com/v5.1/domain/{domain}/email/download" \-H "Authorization: YOUR_API_KEY" \--output "./domain-emails.csv"
Request parameters
Path parameters
Parameter | Example value | Description |
---|---|---|
domain string | "microsoft.com" | The domain for which to download the purchased email list. |
Response
The request was successful. The domain email list will be downloaded as a CSV file. Each line contains a single email address.
Need Help?
Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.