Mailchimp · JSON Structure

Mailchimp Transactional Dedicated Ip Structure

Type: object Properties: 6
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

DedicatedIP is a JSON Structure definition published by Mailchimp, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

ip created_at pool domain custom_dns warmup

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DedicatedIP",
  "type": "object",
  "properties": {
    "ip": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "pool": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "custom_dns": {
      "type": "object"
    },
    "warmup": {
      "type": "object"
    }
  }
}