{ "opencollection": "1.0.0", "info": { "name": "Postman Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "groups", "type": "folder" }, "items": [ { "info": { "name": "Get all groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.postman.com/groups", "headers": [ { "name": "x-api-key", "value": "" } ] }, "docs": "Gets all of a team's Postman [groups](https://learning.postman.com/docs/collaborating-in-postman/user-groups/)." }, { "info": { "name": "Get a group", "type": "http" }, "http": { "method": "GET", "url": "https://api.postman.com/groups/:groupId", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The group's ID." } ] }, "docs": "Gets information about a Postman [user group](https://learning.postman.com/docs/collaborating-in-postman/user-groups/)." } ] } ], "bundled": true }