Mailchimp · Example Payload

Mailchimp Postsenderslist Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postsenderslist 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": "postSendersList",
  "method": "POST",
  "path": "/senders/list",
  "summary": "Mailchimp List Senders",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostsenderslistRequestExample",
      "example": {
        "key": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postsenderslist200Example",
      "example": [
        {
          "address": "example_value",
          "created_at": "2026-01-15T10:30:00Z",
          "sent": 10,
          "hard_bounces": 10,
          "soft_bounces": 10,
          "rejects": 10,
          "complaints": 10,
          "unsubs": 10,
          "opens": 10,
          "clicks": 10,
          "unique_opens": 10,
          "unique_clicks": 10
        }
      ]
    }
  ]
}