Mailchimp · Example Payload

Mailchimp Postipsinfo Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postipsinfo Example is an example object payload from Mailchimp, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "postIpsInfo",
  "method": "POST",
  "path": "/ips/info",
  "summary": "Mailchimp Get Ip Info",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostipsinfoRequestExample",
      "example": {
        "key": "example_value",
        "ip": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postipsinfo200Example",
      "example": {
        "ip": "example_value",
        "created_at": "2026-01-15T10:30:00Z",
        "pool": "example_value",
        "domain": "example_value",
        "custom_dns": {
          "enabled": true,
          "valid": "500123",
          "error": "example_value"
        },
        "warmup": {
          "warming_up": true,
          "start_at": "2026-01-15T10:30:00Z",
          "end_at": "2026-01-15T10:30:00Z"
        }
      }
    }
  ]
}