{ "opencollection": "1.0.0", "info": { "name": "Height APP Activities Lists API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Lists", "type": "folder" }, "items": [ { "info": { "name": "List all lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.height.app/lists" }, "docs": "Use this endpoint to retrieve all the lists of the workspace. Only lists shared with the entire workspace will be returned." }, { "info": { "name": "Create a list", "type": "http" }, "http": { "method": "POST", "url": "https://api.height.app/lists", "body": { "type": "json", "data": "{}" } }, "docs": "Create a list" }, { "info": { "name": "Update a list", "type": "http" }, "http": { "method": "PUT", "url": "https://api.height.app/lists/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique id of the list (UUIDv4)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a list" } ] } ], "bundled": true }