email_dns_record

List of records needed to enable an Email Routing zone.

APIs.ioEngineeringPlatform

Properties

Name Type Description
content string DNS record content.
name string DNS record name (or @ for the zone apex).
priority number Required for MX, SRV and URI records. Unused by other record types. Records with lower priorities are preferred.
ttl number Time to live, in seconds, of the DNS record. Must be between 60 and 86400, or 1 for 'automatic'.
type string DNS record type.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-dns-record-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_dns_record",
  "title": "email_dns_record",
  "description": "List of records needed to enable an Email Routing zone.",
  "properties": {
    "content": {
      "description": "DNS record content.",
      "example": "route1.mx.cloudflare.net",
      "type": "string"
    },
    "name": {
      "description": "DNS record name (or @ for the zone apex).",
      "example": "example.com",
      "maxLength": 255,
      "type": "string"
    },
    "priority": {
      "description": "Required for MX, SRV and URI records. Unused by other record types. Records with lower priorities are preferred.",
      "example": 12,
      "maximum": 65535,
      "minimum": 0,
      "type": "number"
    },
    "ttl": {
      "anyOf": [
        {
          "example": 3600,
          "maximum": 86400,
          "minimum": 1,
          "type": "number"
        },
        {
          "enum": [
            1
          ],
          "type": "number"
        }
      ],
      "description": "Time to live, in seconds, of the DNS record. Must be between 60 and 86400, or 1 for 'automatic'.",
      "example": 1,
      "type": "number"
    },
    "type": {
      "description": "DNS record type.",
      "enum": [
        "A",
        "AAAA",
        "CNAME",
        "HTTPS",
        "TXT",
        "SRV",
        "LOC",
        "MX",
        "NS",
        "CERT",
        "DNSKEY",
        "DS",
        "NAPTR",
        "SMIMEA",
        "SSHFP",
        "SVCB",
        "TLSA",
        "URI"
      ],
      "example": "NS",
      "readOnly": true,
      "type": "string"
    }
  },
  "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-dns-record"
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.