{ "opencollection": "1.0.0", "info": { "name": "Science Exchange Providers addresses users API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "access_token", "value": "{{access_token}}", "placement": "query" } }, "items": [ { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://www.scienceexchange.com/api/providers/v1/users" }, "docs": "Returns the collection of users visible to the authenticated provider." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://www.scienceexchange.com/api/providers/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The user identifier." } ] }, "docs": "Returns a single user by its identifier." } ] } ], "bundled": true }