--- title: 'Miro' description: '' --- # Miro undefined | Detail | Value | |---|---| | Category | Design | | Base URL | `https://api.miro.com/v2` | | Authentication | OAuth2 | | Endpoints | 7 | | Connector key | `miro` | ## Using Miro in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Miro** 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_boards_0) | List Boards | | [GET ](./get_create_board_1) | Create Board | | [GET ](./get_list_items_2) | List Items | | [GET ](./get_create_sticky_note_3) | Create Sticky Note | | [GET ](./get_create_shape_4) | Create Shape | | [GET ](./get_create_connector_5) | Create Connector | | [GET ](./get_list_frames_6) | List Frames | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.