--- title: 'Height' description: '' --- # Height undefined | Detail | Value | |---|---| | Category | Project Management | | Base URL | `https://api.height.app` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `height` | ## Using Height in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Height** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_tasks_0) | List Tasks | | [GET ](./get_create_task_1) | Create Task | | [GET ](./get_update_task_2) | Update Task | | [GET ](./get_list_lists_3) | List Lists | | [GET ](./get_list_users_4) | List Users | | [GET ](./get_list_activities_5) | List Activities | | [GET ](./get_get_workspace_6) | Get Workspace | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.