Mailchimp · Example Payload

Mailchimp Postexportslist Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postexportslist 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": "postExportsList",
  "method": "POST",
  "path": "/exports/list",
  "summary": "Mailchimp List Exports",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostexportslistRequestExample",
      "example": {
        "key": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postexportslist200Example",
      "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"
        }
      ]
    }
  ]
}