Miro · OAuth Scopes

Miro OAuth Scopes

OAuth 2.0 derived

Miro publishes 8 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Miro API on a user’s behalf.

Tokens are issued from https://api.miro.com/v1/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

ProductivityWhiteboardVisual CollaborationDiagrammingSaaS
Scopes: 8 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://miro.com/oauth/authorize
Token URL
https://api.miro.com/v1/oauth/token
Flows
authorizationCode

Scopes (8)

ScopeDescriptionFlows
boards:read Retrieve information about boards, board members, or items authorizationCode
boards:write Create, update, or delete boards, board members, or items authorizationCode
microphone:listen Access a user's microphone to record audio in an iFrame authorizationCode
organizations:read Read information about the organization, such as name, plan, number of licenses, organization settings, or organization members. authorizationCode
organizations:teams:read Read team information, such as the list of teams, team settings, team members, for an organization. authorizationCode
organizations:teams:write Create or delete teams, update team information, team settings, team members, for an organization. authorizationCode
screen:record Access a user's screen to record it in an iFrame authorizationCode
webcam:record Allows an iFrame to access a user's camera to record video authorizationCode

Source

OAuth Scopes

miro-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/miro-openapi.json
schemes:
- name: oAuth2AuthCode
  source: openapi/miro-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://miro.com/oauth/authorize
    tokenUrl: https://api.miro.com/v1/oauth/token
  description: For more information, see https://developers.miro.com/reference/authorization-flow-for-expiring-tokens
scopes:
- scope: boards:read
  description: Retrieve information about boards, board members, or items
  flows:
  - authorizationCode
  sources:
  - openapi/miro-openapi.json
- scope: boards:write
  description: Create, update, or delete boards, board members, or items
  flows:
  - authorizationCode
  sources:
  - openapi/miro-openapi.json
- scope: microphone:listen
  description: Access a user's microphone to record audio in an iFrame
  flows:
  - authorizationCode
  sources:
  - openapi/miro-openapi.json
- scope: organizations:read
  description: Read information about the organization, such as name, plan, number of licenses,
    organization settings, or organization members.
  flows:
  - authorizationCode
  sources:
  - openapi/miro-openapi.json
- scope: organizations:teams:read
  description: Read team information, such as the list of teams, team settings, team members,
    for an organization.
  flows:
  - authorizationCode
  sources:
  - openapi/miro-openapi.json
- scope: organizations:teams:write
  description: Create or delete teams, update team information, team settings, team members,
    for an organization.
  flows:
  - authorizationCode
  sources:
  - openapi/miro-openapi.json
- scope: screen:record
  description: Access a user's screen to record it in an iFrame
  flows:
  - authorizationCode
  sources:
  - openapi/miro-openapi.json
- scope: webcam:record
  description: Allows an iFrame to access a user's camera to record video
  flows:
  - authorizationCode
  sources:
  - openapi/miro-openapi.json