Skip to main content
Version: v2.0

Miro Developer Platform

Miro Developer Platform concepts

  • New to the Miro Developer Platform? Interested in learning more about platform concepts?? Read our introduction page and familiarize yourself with the Miro Developer Platform capabilities in a few minutes.

Getting started with the Miro REST API

Miro REST API tutorials

Check out our how-to articles with step-by-step instructions and code examples so you can:

Miro App Examples

Clone our Miro App Examples repository to get inspiration, customize, and explore apps built on top of Miro's Developer Platform 2.0.

Authentication

For more information, see https://developers.miro.com/reference/authorization-flow-for-expiring-tokens

Security Scheme Type:

oauth2

OAuth Flow (authorizationCode):

Token URL: https://api.miro.com/v1/oauth/token

Authorization URL: https://miro.com/oauth/authorize

Scopes:

  • boards:read: Retrieve information about boards, board members, or items

  • boards:write: Create, update, or delete boards, board members, or items

  • microphone:listen: Access a user's microphone to record audio in an iFrame

  • screen:record: Access a user's screen to record it in an iFrame

  • webcam:record: Allows an iFrame to access a user's camera to record video

  • organizations:read: Read information about the organization, such as name, plan, number of licenses, organization settings, or organization members.

  • organizations:teams:read: Read team information, such as the list of teams, team settings, team members, for an organization.

  • organizations:teams:write: Create or delete teams, update team information, team settings, team members, for an organization.