{ "opencollection": "1.0.0", "info": { "name": "Height APP Activities Users API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get all users", "type": "http" }, "http": { "method": "GET", "url": "https://api.height.app/users" }, "docs": "Get all users" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.height.app/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a user" }, { "info": { "name": "Get the current user", "type": "http" }, "http": { "method": "GET", "url": "https://api.height.app/users/me" }, "docs": "Get the current user" } ] } ], "bundled": true }