Mailchimp · Example Payload

Mailchimp Postexportsinfo Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postexportsinfo 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": "postExportsInfo",
  "method": "POST",
  "path": "/exports/info",
  "summary": "Mailchimp Get Export Info",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostexportsinfoRequestExample",
      "example": {
        "key": "example_value",
        "id": "abc123"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postexportsinfo200Example",
      "example": {
        "id": "abc123",
        "created_at": "2026-01-15T10:30:00Z",
        "type": "activity",
        "finished_at": "2026-01-15T10:30:00Z",
        "state": "waiting",
        "result_url": "https://www.example.com"
      }
    }
  ]
}