Mailchimp · Example Payload

Mailchimp Postallowlistslist Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postallowlistslist 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": "postAllowlistsList",
  "method": "POST",
  "path": "/allowlists/list",
  "summary": "Mailchimp List Allowlist Entries",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostallowlistslistRequestExample",
      "example": {
        "key": "example_value",
        "email": "user@example.com"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postallowlistslist200Example",
      "example": [
        {
          "email": "user@example.com",
          "detail": "example_value",
          "created_at": "2026-01-15T10:30:00Z"
        }
      ]
    }
  ]
}