If you have a handful of addresses to check at once, send them together to the bulk endpoint. You can include up to 100 emails in one call.
curl https://www.cleanmylist.io/v1/verify/bulk \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"emails": ["a@example.com", "b@example.com"]}'
You get back a list of results, one for each address, in the same order you sent them.
Cost and limits
- Each address costs 1 credit (so 100 addresses cost 100 credits).
- The most you can send in one bulk call is 100 addresses.
- Have more than that? Use a large job instead — see the next article.
Did this help?
If you still have a question, we are happy to help.