Answered

How to use API with my account type?

  • 6 January 2021
  • 4 replies
  • 617 views

Hi,

 

I need to create boards via API for my guests. I can I do it?

 

FYI I have an consultant user type, paid

icon

Best answer by Daniela Gavidia 7 January 2021, 16:00

View original

4 replies

Userlevel 4
Badge

@Coaching Please be aware that the auditlog:read scope is only available in the Enterprise Plan. If your app is requesting this scope, it won’t be possible to install it in a Consultant plan team:
https://developers.miro.com/docs/differences-between-plans#section-scopes-available-only-in-enterprise-plan

 

Kind regards.

 

Daniela

Userlevel 4
Badge

Hi,

 

Could you explain what steps you took to receive the message “You cannot install this application. Its scopes are not available in your current plan.”? If possible, please make a screencast or provide screenshots. That would help us investigate the issue. Also, make sure to only request boards:read and boards:write scopes for now. That should be enough to create boards through the API.

 

Kind regards.

 

Daniela

thank you, Daniela!

 

The issue I encounter is that even though I installed a dev team, it belongs to a separate “team” or “workspace”. 


I want to apply the API capabilites to the Coaching workspace, and I get this notice:
“You cannot install this application. Its scopes are not available in your current plan.”.

This makes me wonder that even though I am a paid user, can I not use the API?
 

Userlevel 4
Badge

Hello,

 

In order to create boards through the Miro API, please follow the steps in our developer documentation:
https://developers.miro.com/docs/getting-started

 

You need to create an app and in Step 4 you will retrieve an access token for your app. With this access token, you should be able to make requests to create boards with this API endpoint. The board will be created in the team where the app is installed.
https://developers.miro.com/reference#create-board

 

Kind regards.

 

Daniela

Reply