{ "opencollection": "1.0.0", "info": { "name": "Everbridge Suite Authentication Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.everbridge.net/ebs/groups" }, "docs": "List groups" }, { "info": { "name": "Create group", "type": "http" }, "http": { "method": "POST", "url": "https://api.everbridge.net/ebs/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create group" }, { "info": { "name": "Get group", "type": "http" }, "http": { "method": "GET", "url": "https://api.everbridge.net/ebs/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get group" }, { "info": { "name": "Update group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.everbridge.net/ebs/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update group" }, { "info": { "name": "Delete group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.everbridge.net/ebs/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete group" }, { "info": { "name": "Add contacts to group", "type": "http" }, "http": { "method": "POST", "url": "https://api.everbridge.net/ebs/groups/:id/contacts", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add contacts to group" } ] } ], "bundled": true }