freeapis

Verifier

Verifies that a given email is real

Authentication
API Key
HTTPS
Yes
CORS
Yes
Category
Email

Overview

Verifier provides email verification — token-based (an invalid token returns 403, verified).

Quick Start

Verify (replace YOUR_TOKEN):

curl "https://verifier.meetchopra.com/verify/test@example.com?token=YOUR_TOKEN"
{ "status": false, "error": { "code": 403, "message": "Unauthorized" } }

Authentication

  • Register → API token.
  • Send it as the token query parameter (invalid → 403, verified).

Rate Limits & Notes

  • Key-based with a free tier (check the docs).
  • Email verification.

FAQ

Is Verifier free? Key-based with a free tier per the docs.

Why 403? An invalid token returns 403 (verified) — use a real one.

What’s the auth style? token query parameter.

More in Email

APIAuthHTTPSCORS
AGPC Domain Check

Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report

No authYesYes
Atomic Mail

Email for AI agents: programmatic inbox creation and send/receive over JMAP

API KeyYesUnknown
Cloudmersive Validate

Validate email addresses, phone numbers, VAT numbers and domain names

API KeyYesYes
Disify

Validate and detect disposable and temporary email addresses

No authYesYes
DropMail

GraphQL API for creating and managing ephemeral e-mail inboxes

No authYesUnknown