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

GET
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

ParameterExample valueDescription
domain
string
"microsoft.com"The domain for which to download the purchased email list.

Response

200OK

The request was successful. The domain email list will be downloaded as a CSV file. Each line contains a single email address.

400Bad Request
401Unauthorized

Need Help?

Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.