Domain Email: Pay to Download List

Use this API endpoint to pay for and download a file containing all available email addresses for a specific domain. Payments are processed asynchronously, and you can provide a URL to receive a webhook notification once the file is ready for download. Note that the emails included in the file are not verified for accuracy.

Endpoint

POST
https://api.anymailfinder.com
/v5.0/domain/{domain}/email/pay

Pricing

  • 1 credit for every 40 emails.
Emails are not verified for accuracy.
The file provides raw, unverified data, so you may need to validate the emails before use.

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 POST \
'https://api.anymailfinder.com/v5.0/domain/{domain}/email/pay' \
-H 'Authorization: Bearer YOUR_API_KEY'

Request parameters

Path parameters

ParameterExample valueDescription
domain
string
"microsoft.com"The domain for which to retrieve the email count and cost.

Response

200OK
400Bad Request
401Unauthorized
402Payment Needed

Need Help?

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