Skip to main content
POST
POST
Run a single email verification to check its deliverability. Authenticate every request with your API key in the x-api-key header. For batch operations, use the Verify Bulk Emails endpoint.
Enrow performs determinist verifications that verify even catch-all emails. This means passing the results through a debouncer afterwards isn’t needed.

Request Body

string
required
The email to verify
object
Custom params that will be returned in the GET response and in the webhook notification.
object
Settings related to this verification.

Response

200 — Verification initiated

string
Confirmation message
string
Unique identifier for this verification. Use this to retrieve results via the GET endpoint.
number
Number of credits consumed (0.25). See Credits & billing for per-endpoint costs.
object
Credit breakdown

Error Responses

On insufficient credits (402), the response body is { "reason": "...", "success": false }. See Error handling for the full list of status codes and response formats.

Next steps

Get the result

Retrieve the verification result using the id.

Verify emails in bulk

Verify many email addresses in a single request.

Authentication

How to pass your API key in the x-api-key header.

Webhooks

Get notified automatically when a verification completes.