{ "operationId": "postIpsCreatePool", "method": "POST", "path": "/ips/create-pool", "summary": "Mailchimp Create an Ip Pool", "requestExamples": [ { "contentType": "application/json", "name": "PostipscreatepoolRequestExample", "example": { "key": "example_value", "pool": "example_value" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Postipscreatepool200Example", "example": { "name": "Example Title", "created_at": "2026-01-15T10:30:00Z", "ips": [ { "ip": "example_value", "created_at": "2026-01-15T10:30:00Z", "pool": "example_value", "domain": "example_value", "custom_dns": {}, "warmup": {} } ] } } ] }