{ "opencollection": "1.0.0", "info": { "name": "Ironclad Clickwrap Activity Groups API", "version": "1.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List clickwrap groups", "type": "http" }, "http": { "method": "GET", "url": "https://pactsafe.io/groups", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Site ID filter." } ] }, "docs": "List clickwrap groups" }, { "info": { "name": "Get a clickwrap group", "type": "http" }, "http": { "method": "GET", "url": "https://pactsafe.io/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Get a clickwrap group" } ] } ], "bundled": true }