--- title: 'Heap' description: '' --- # Heap undefined | Detail | Value | |---|---| | Category | Analytics | | Base URL | `https://heapanalytics.com/api` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `heap` | ## Using Heap in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Heap** 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_track_0) | Track | | [GET ](./get_user_properties_1) | User Properties | | [GET ](./get_queries_2) | Queries | | [GET ](./get_reports_3) | Reports | | [GET ](./get_identify_4) | Identify | | [GET ](./get_delete_user_5) | Delete User | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.