Overview
All endpoints require API key authentication via Bearer token. See Authentication for how to send your API key.Verification
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/verify | Verify a single email |
| GET | /api/v1/verifications | List verification history |
Batch
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/verify/batch | Create batch verification (1–1000 emails) |
| GET | /api/v1/batches | List batch jobs |
| GET | /api/v1/batches/:id | Get batch results |
| POST | /api/v1/batches/:id/cancel | Cancel batch |
Base URL
- Production:
https://api.bouncedetector.com
