{ "operationId": "postAllowlistsAdd", "method": "POST", "path": "/allowlists/add", "summary": "Mailchimp Add an Allowlist Entry", "requestExamples": [ { "contentType": "application/json", "name": "PostallowlistsaddRequestExample", "example": { "key": "example_value", "email": "user@example.com", "comment": "example_value" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Postallowlistsadd200Example", "example": { "email": "user@example.com", "added": true } } ] }