Skip to main content
GET
Get batch details and verification results for each email. Replace {id} with the batch ID returned from Create Batch.

Request

string
required
Batch ID from POST /api/v1/verify/batch

Response

object
Batch metadata (status, totalCount, processedCount, createdAt)
array
List of email verification results with id, email, status, result, error

Authorizations

Authorization
string
header
required

Your API key (e.g. bdt_abc123...). Obtain from the dashboard.

Path Parameters

id
string
required

Response

Batch with results

batch
object
emails
object[]
Last modified on March 9, 2026