{ "opencollection": "1.0.0", "info": { "name": "Nylas API (v3) Admin API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Admin", "type": "folder" }, "items": [ { "info": { "name": "Retrieve application details", "type": "http" }, "http": { "method": "GET", "url": "https://api.us.nylas.com/v3/applications" }, "docs": "Retrieve application details" }, { "info": { "name": "List provider connectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.us.nylas.com/v3/connectors" }, "docs": "List provider connectors" }, { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.us.nylas.com/v3/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.us.nylas.com/v3/webhooks" }, "docs": "Create a webhook" } ] } ], "bundled": true }