Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Email Verifier API Verification API

Real-time email-address verification operations.

Email Verifier API Verification API is published by Email Verifier API on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Verification. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, pricing, an engineering blog, a JSON-LD context, rate-limit docs, and 2 JSON Schemas.

This API exposes 2 operations across 1 path, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 2.0.

Requests are made against a single base URL, https://emailverifierapi.com/v2.

2 operations 1 paths 2 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0
Base URL
https://emailverifierapi.com/v2/
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Email Verifier API Verification API declares 1 security scheme for authenticating requests. An API key is passed in the query as apiKey (apiKeyQuery). By default, every request must be authenticated.

  • apiKeyQuery — API key issued at signup. Pass as the apiKey query string parameter on every request. Treat the key as a credential and rotate from the customer dashboard if e…

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Verification 2

Real-time email-address verification operations.

GET
/
Verify Email Address
verifyEmailGet 3 params → 200401402429
POST
/
Verify Email Address (POST)
verifyEmailPost 2 params body → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are VerificationResult (18 properties), Error (3 properties). Each schema is shown below with its type and property counts.

VerificationResult
object
Outcome of a single email-address verification.
18 properties 8 required
Error
object
Error envelope returned for non-2xx responses.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

email-verifier-api-verification-api-openapi.yml Raw ↑