Verifier
Verifies that a given email is real
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Documentation / URL
- https://verifier.meetchopra.com/docs#/
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
tokenquery 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
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AGPC Domain Check Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report | No auth | Yes | Yes | ↗ |
| Atomic Mail Email for AI agents: programmatic inbox creation and send/receive over JMAP | API Key | Yes | Unknown | ↗ |
| Cloudmersive Validate Validate email addresses, phone numbers, VAT numbers and domain names | API Key | Yes | Yes | ↗ |
| Disify Validate and detect disposable and temporary email addresses | No auth | Yes | Yes | ↗ |
| DropMail GraphQL API for creating and managing ephemeral e-mail inboxes | No auth | Yes | Unknown | ↗ |