email-security_Domain

APIs.ioEngineeringPlatform

Properties

Name Type Description
allowed_delivery_modes array
created_at string
domain string
id integer Unique domain identifier
integration_id string
last_modified string
lookback_hops integer
o365_tenant_id string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-domain-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email-security_Domain",
  "title": "email-security_Domain",
  "example": {
    "allowed_delivery_modes": [
      "API"
    ],
    "created_at": "2023-11-14T22:13:20Z",
    "domain": "example.com",
    "id": 2400,
    "integration_id": "a5dbb180-60ea-4578-84bb-d01a5d4e50c3",
    "last_modified": "2023-11-14T22:13:20Z",
    "lookback_hops": 2,
    "o365_tenant_id": "c3c3239d-8858-47df-9618-0e2d9bdf6aa8"
  },
  "properties": {
    "allowed_delivery_modes": {
      "items": {
        "$ref": "#/components/schemas/email-security_DeliveryMode"
      },
      "type": "array"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "id": {
      "description": "Unique domain identifier",
      "example": 2400,
      "format": "int32",
      "type": "integer"
    },
    "integration_id": {
      "format": "uuid",
      "nullable": true,
      "type": "string"
    },
    "last_modified": {
      "format": "date-time",
      "type": "string"
    },
    "lookback_hops": {
      "format": "int32",
      "type": "integer"
    },
    "o365_tenant_id": {
      "nullable": true,
      "type": "string"
    }
  },
  "required": [
    "id",
    "created_at",
    "last_modified",
    "domain",
    "allowed_delivery_modes",
    "lookback_hops"
  ],
  "type": "object"
}

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/apis-io-engineering-platform-email-security-domain"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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