{ "operationId": "postExportsRejects", "method": "POST", "path": "/exports/rejects", "summary": "Mailchimp Export Rejections", "requestExamples": [ { "contentType": "application/json", "name": "PostexportsrejectsRequestExample", "example": { "key": "example_value", "notify_email": "user@example.com" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Postexportsrejects200Example", "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" } } ] }