{ "opencollection": "1.0.0", "info": { "name": "Nylas API (v3) Admin Events API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List events", "type": "http" }, "http": { "method": "GET", "url": "https://api.us.nylas.com/v3/grants/:grant_id/events", "params": [ { "name": "grant_id", "value": "", "type": "path" } ] }, "docs": "List events" }, { "info": { "name": "Create an event", "type": "http" }, "http": { "method": "POST", "url": "https://api.us.nylas.com/v3/grants/:grant_id/events", "params": [ { "name": "grant_id", "value": "", "type": "path" } ] }, "docs": "Create an event" } ] } ], "bundled": true }