{ "operationId": "postSubaccountsList", "method": "POST", "path": "/subaccounts/list", "summary": "Mailchimp List Subaccounts", "requestExamples": [ { "contentType": "application/json", "name": "PostsubaccountslistRequestExample", "example": { "key": "example_value", "q": "example_value" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Postsubaccountslist200Example", "example": [ { "id": "abc123", "name": "Example Title", "notes": "example_value", "custom_quota": 10, "status": "active", "reputation": 10, "created_at": "2026-01-15T10:30:00Z", "first_sent_at": "2026-01-15T10:30:00Z", "sent_weekly": 10, "sent_monthly": 10, "sent_total": 10 } ] } ] }