--- title: 'Amplitude' description: 'Track events, analyze product usage, and query cohorts with Amplitude.' --- # Amplitude Track events, analyze product usage, and query cohorts with Amplitude. | Detail | Value | |---|---| | Category | Analytics | | Base URL | `https://api2.amplitude.com` | | Authentication | API Key | | Endpoints | 5 | | Connector key | `amplitude` | ## Using Amplitude in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Amplitude** 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 | |---|---| | [POST /2/httpapi](./post_2_httpapi_analytics_trackevents) | Track events | | [POST /identify](./post_identify_analytics_identify) | Identify a user | | [GET /2/events/segmentation](./get_2_events_segmentation_analytics_queryevents) | Query event segmentation | | [GET /2/users/{amplitude_id}/events](./get_2_users_amplitude_id_events_analytics_getuserevents) | Get events for a user | | [GET /2/funnels](./get_2_funnels_analytics_queryfunnels) | Query funnel analysis | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.