Mailchimp · Example Payload

Mailchimp Postipscreatepool Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postipscreatepool 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": "postIpsCreatePool",
  "method": "POST",
  "path": "/ips/create-pool",
  "summary": "Mailchimp Create an Ip Pool",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostipscreatepoolRequestExample",
      "example": {
        "key": "example_value",
        "pool": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postipscreatepool200Example",
      "example": {
        "name": "Example Title",
        "created_at": "2026-01-15T10:30:00Z",
        "ips": [
          {
            "ip": "example_value",
            "created_at": "2026-01-15T10:30:00Z",
            "pool": "example_value",
            "domain": "example_value",
            "custom_dns": {},
            "warmup": {}
          }
        ]
      }
    }
  ]
}