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 Pay API endpoint.

Endpoint

GET
https://api.anymailfinder.com
/v5.0/domain/{domain}/email/download

Pricing

This endpoint is free to use.

The file must already be paid for using the Domain Email Pay API endpoint.

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/domain/{domain}/email/download' \
-H 'Authorization: Bearer YOUR_API_KEY'

Request parameters

Path parameters

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

Response

200OK
400Bad Request
401Unauthorized
404Not Found

Need Help?

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