{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents Notification Integrations API", "version": "1.0" }, "items": [ { "info": { "name": "Notification Integrations", "type": "folder" }, "items": [ { "info": { "name": "Get the integration for your company that is identified by the supplied type", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/integrations/:type", "params": [ { "name": "type", "value": "", "type": "path" } ] }, "docs": "Requires the privilege [`COMPANY_INTEGRATIONS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Puts the integration identified by the supplied type on your company", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gremlin.com/v1/integrations/:type", "params": [ { "name": "type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`COMPANY_INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Idempotently deletes the integration associated with your company, identified by the supplied type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gremlin.com/v1/integrations/:type", "params": [ { "name": "type", "value": "", "type": "path" } ] }, "docs": "Requires the privilege [`COMPANY_INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "List all integrations associated with your company", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/integrations" }, "docs": "Requires the privilege [`COMPANY_INTEGRATIONS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }