Miro Developer App

The Visual Collaboration Platform for Every Team.

Go to site
Explore
/
Apps
/
Miro Developer App

Miro Developer App API Integrations

Build and run workflows using the Miro Developer App API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    miro_custom_app: {
      type: "app",
      app: "miro_custom_app",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.miro.com/v2/boards`,
      headers: {
        Authorization: `Bearer ${this.miro_custom_app.$auth.access_token}`,
      },
    })
  },
})

Choose an API to Connect with Miro Developer App API

1
-
12
of
1000+
apps by most popular

Create Board with Miro Developer App API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Miro Developer App
 
Try it
Create Board with Miro Developer App API on New Submission from Typeform API
Typeform + Miro Developer App
 
Try it
Create Board with Miro Developer App API on Custom Events from Zoom API
Zoom + Miro Developer App
 
Try it
Create Board with Miro Developer App API on New Submission (Instant) from Jotform API
Jotform + Miro Developer App
 
Try it
Create Board with Miro Developer App API on New Custom Webhook Events from Stripe API
Stripe + Miro Developer App
 
Try it
Create Board with the Miro Developer App API

Creates a Miro board. See the docs.

 
Try it
Create Shape with the Miro Developer App API

Creates a shape on a Miro board. See the docs.

 
Try it
Create Sticky Note with the Miro Developer App API

Creates a sticky note on a Miro board. See the docs.

 
Try it
Delete Board with the Miro Developer App API

Deletes a Miro board. See the docs.

 
Try it
Delete Item with the Miro Developer App API

Deletes an item from a Miro board. See the docs.

 
Try it

Authentication

Miro Developer App uses API keys for authentication. When you connect your Miro Developer App account, Pipedream securely stores the keys so you can easily authenticate to Miro Developer App APIs in both code and no-code steps.

Connecting a Miro app to Pipedream

With this connection you can build your own Miro App and connect it to Pipedream.

Follow the REST API app quickstart guide on Miro to create an app that can interact with your Miro team over the Miro REST API.

This will produce a unique Access Token for accessing your boards. Once you have finished those steps, paste that Access Token in to the field below.