Wappalyzer · Schema

VerifyResult

Email verification and deliverability result from the Wappalyzer /v2/verify endpoint.

Technology DetectionTechnographicsWebsite AnalysisCMS DetectionFramework DetectionLead EnrichmentSales IntelligenceSubdomain DiscoveryEmail VerificationMarket Research

Properties

Name Type Description
email string The email address that was verified.
domain string Domain portion of the email address.
reachable string Overall reachability classification of the email address.
disposable boolean True if the email address belongs to a disposable email provider.
roleAccount boolean True if the email is a role-based account (e.g. info@, support@).
mxValid boolean True if the domain has valid MX records.
connection boolean True if a connection to the mail server was successfully established.
inboxFull boolean True if the mailbox is full and cannot receive new messages.
catchAll boolean True if the domain accepts all email addresses regardless of whether they exist.
deliverable boolean True if the email address is likely to successfully receive email.
disabled boolean True if the email account has been disabled.
syntaxValid boolean True if the email address passes RFC syntax validation.
View JSON Schema on GitHub

JSON Schema

wappalyzer-verify-result.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wappalyzer.com/schemas/verify-result",
  "title": "VerifyResult",
  "description": "Email verification and deliverability result from the Wappalyzer /v2/verify endpoint.",
  "type": "object",
  "required": [
    "email", "domain", "reachable", "disposable", "roleAccount",
    "mxValid", "connection", "inboxFull", "catchAll", "deliverable",
    "disabled", "syntaxValid"
  ],
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "description": "The email address that was verified."
    },
    "domain": {
      "type": "string",
      "description": "Domain portion of the email address."
    },
    "reachable": {
      "type": "string",
      "enum": ["safe", "risky", "invalid", "unknown"],
      "description": "Overall reachability classification of the email address."
    },
    "disposable": {
      "type": "boolean",
      "description": "True if the email address belongs to a disposable email provider."
    },
    "roleAccount": {
      "type": "boolean",
      "description": "True if the email is a role-based account (e.g. info@, support@)."
    },
    "mxValid": {
      "type": "boolean",
      "description": "True if the domain has valid MX records."
    },
    "connection": {
      "type": "boolean",
      "description": "True if a connection to the mail server was successfully established."
    },
    "inboxFull": {
      "type": "boolean",
      "description": "True if the mailbox is full and cannot receive new messages."
    },
    "catchAll": {
      "type": "boolean",
      "description": "True if the domain accepts all email addresses regardless of whether they exist."
    },
    "deliverable": {
      "type": "boolean",
      "description": "True if the email address is likely to successfully receive email."
    },
    "disabled": {
      "type": "boolean",
      "description": "True if the email account has been disabled."
    },
    "syntaxValid": {
      "type": "boolean",
      "description": "True if the email address passes RFC syntax validation."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wappalyzer-verify-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.