{ "summary": "getMailEventsForCompany", "operationId": "getMailEventsForCompanyUsingGET", "method": "GET", "path": "/v2/email-events/{companyId}", "tags": [ "email-event-resource" ], "description": "GET /v2/email-events/{companyId}", "parameters": { "companyId": "", "cursor": "", "events": "", "fromDate": "", "pageSize": "", "recipientEmail": "", "toDate": "" }, "response": { "status": 200, "description": "OK" } }