Abstract API · JSON Structure

Email Reputation Email Reputation Response Structure

Email reputation and validation response

Type: object Properties: 7
AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

EmailReputationResponse is a JSON Structure definition published by Abstract API, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

email deliverability quality sender domain risk breaches

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-structure/email-reputation-email-reputation-response-structure.json",
  "name": "EmailReputationResponse",
  "description": "Email reputation and validation response",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "description": "The email address analyzed",
      "example": "test@example.com"
    },
    "deliverability": {
      "$ref": "#/components/schemas/Deliverability"
    },
    "quality": {
      "$ref": "#/components/schemas/EmailQuality"
    },
    "sender": {
      "$ref": "#/components/schemas/SenderInfo"
    },
    "domain": {
      "$ref": "#/components/schemas/DomainInfo"
    },
    "risk": {
      "$ref": "#/components/schemas/RiskInfo"
    },
    "breaches": {
      "$ref": "#/components/schemas/BreachInfo"
    }
  }
}