--- title: 'Shortcut' description: '' --- # Shortcut undefined | Detail | Value | |---|---| | Category | Project Management | | Base URL | `https://api.app.shortcut.com/api/v3` | | Authentication | API Key | | Endpoints | 7 | | Connector key | `shortcut` | ## Using Shortcut in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Shortcut** 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_create_story_0) | Create Story | | [GET ](./get_search_stories_1) | Search Stories | | [GET ](./get_list_epics_2) | List Epics | | [GET ](./get_list_iterations_3) | List Iterations | | [GET ](./get_list_workflows_4) | List Workflows | | [GET ](./get_list_members_5) | List Members | | [GET ](./get_list_labels_6) | List Labels | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.