To check one email, send it to the verify endpoint. This is great for checking an address the moment someone types it into your form.
curl https://www.cleanmylist.io/v1/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email": "someone@example.com"}'
You get back a result telling you whether the address is safe to send to, along with a reason and a confidence score.
What it costs
Each single check costs 1 credit.
Tip
Want to try it without writing code first? Use the built-in Console in your dashboard — see "Try the API in your dashboard".
Did this help?
If you still have a question, we are happy to help.