Bouncebuster

Documentation

Bouncebuster verifies email addresses at the SMTP level and sorts them into five plain categories: valid, invalid, catch-all, disposable, and unknown. You can use it three ways:

Quick start

Create an API key in the dashboard, then verify an address:

curl -X POST https://app.bouncebuster.io/api/v1/verify \
  -H "Authorization: Bearer bb_live_…" \
  -H "Content-Type: application/json" \
  -d '{"email":"[email protected]"}'

Billing

One credit is charged per billable result. Duplicate addresses (within a list) and unknown results are never charged. See pricing for plan limits.