Mailchimp · Example Payload

Mailchimp Postsendersinfo Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postsendersinfo 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": "postSendersInfo",
  "method": "POST",
  "path": "/senders/info",
  "summary": "Mailchimp Get Sender Info",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostsendersinfoRequestExample",
      "example": {
        "key": "example_value",
        "address": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postsendersinfo200Example",
      "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
      }
    }
  ]
}