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
https://miro.com/oauth/authorize
Token URL
https://api.miro.com/v1/oauth/token
https://api.miro.com/v1/oauth/token
Flows
authorizationCode
authorizationCode
Scopes (8)
| Scope | Description | Flows |
|---|---|---|
| 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 |