Mailchimp · Example Payload

Mailchimp Postipslistpools Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postipslistpools 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": "postIpsListPools",
  "method": "POST",
  "path": "/ips/list-pools",
  "summary": "Mailchimp List Ip Pools",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostipslistpoolsRequestExample",
      "example": {
        "key": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postipslistpools200Example",
      "example": [
        {
          "name": "Example Title",
          "created_at": "2026-01-15T10:30:00Z",
          "ips": [
            {}
          ]
        }
      ]
    }
  ]
}