{ "opencollection": "1.0.0", "info": { "name": "Document360 Articles Users API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_token", "value": "{{api_token}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.document360.io/v2/Users" }, "docs": "Retrieves users associated with the project." } ] } ], "bundled": true }