POST /v1/verify accepts one address and a required idempotency key.
status, requestId, and the available result fields. Treat unknown outcomes as inconclusive; they are not billed.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Verify one email address.
POST /v1/verify accepts one address and a required idempotency key.
curl -sS https://api.bounceless.io/v1/verify \
-X POST \
-H "X-Api-Key: $BOUNCELESS_API_KEY" \
-H "Idempotency-Key: verify-$(date +%s)" \
-H "Content-Type: application/json" \
-d '{"email":"test@example.com","timeoutMs":30000}'
status, requestId, and the available result fields. Treat unknown outcomes as inconclusive; they are not billed.