v1

latestOpenAPI 3.0.32026-08-06419.8 KB
Verification

Verify a single email address

Performs full verification (syntax, MX, SMTP mailbox probe, disposable/role/catch-all detection) and consumes 1 credit.

post/api/v1/verify

Request body

emailstring email required

Example request

{
  "email": "user@example.com"
}

Response

Verification result

successboolean
creditsRemaininginteger

Example response

{
  "success": true,
  "data": {
    "subStatus": "accepted_email",
    "reason": "accepted_email"
  },
  "creditsRemaining": 999
}