{ "opencollection": "1.0.0", "info": { "name": "Hive Public Actions Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Get a user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://app.hive.com/api/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Update a user" }, { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/users" }, "docs": "List users" } ] } ], "bundled": true }