Discuss everything related to Miro API, SDK, embedding and Miro Platform apps development.
Recently active
I want to keep my app simple and only use Web SDK and does not want to integrated with Rest API.I am currently exporting list of board item to an external system. However, the createdBy and modifiedBy are returning an userId. As userId is not readable in this case. I had check through the webSDK documentation and could not find any method to retrieve a username by id. Is there any method to support this other than Rest API?
Hi!I was trying to follow this API docs https://developers.miro.com/reference/copy-board and was hoping to use the copyBoard() in my React app but it doesn’t seem to exists in the latest npm package. I’ve installed "@mirohq/websdk-types": "^2.15.1", and I’m including <script src="https://miro.com/app/static/sdk/v2/miro.js"></script> in the index.html file. Am I missing something?
Hi, I’m developing a Miro app and was wondering if there was an option to make it available to only a group of individuals (public) to gain initial feedback before making it generally available? Thanks
Hi everybody, I am currently working on a web based prototype that integrates different areas of a Miro board via iframes. I currently face the following challenge:When you load a web page that integrates a part of a Miro board via iframe and scroll down the page, the mouse gets capture in the iframe and you continue scrolling within the Miro board. So you happen to have a completely different area of the board visible in the iframe.Any chance to prevent this? So ideally kind of fixing the area of the board that is visible in the iframe?As a workaround I put a button below the iframes that simply reloads the iframe and thereby “centers” the view again. But that’s not very usery friendly. Thanks for helping!
I am looking to integrate a diagramming app with Miro. I am planning to do the way draw.io is integrated. But I did not find anything in the documentation on this topic. Is the draw.io integration done using all documented (and supported) API? Can someone point me to any related documentation. Thanks
I tried to submit my app to Miro marketplace but encounter this errorLooks like the error on `appId` In the payload, `appId` is empty. I think this problem is on Miro side?
Hi team,My manager is looking to see if its possible to create a Power Automate flow that would download weekly Miro boards and save in the drive. Is this possible?
Good day Miro developers! 😃 We have some good news to share! The Miro Web SDK 2.0 introduces mind maps in its experimental release today. Create, read, update, or delete mind maps to programmatically represent and interact with complex structures of information into Miro boards. With minimal development effort, you can also seamlessly import and export from third-party tools, or transform mind map information into other item types in Miro.For more information, do check out the following resources:Mind maps change log Mind maps overview Mind maps reference guide How-to guide on creating a mind map from a CSV fileHave fun trying it out! Cheers,Mira
Now that you’ve sunset https://api.miro.com/v1/users/USERID/picture - what’s the preferred way to do this without having to plug in som SCIM solution? (I couldn’t find any mentioning of Picture in the REST API v2 docs.)We’ve been on the consultant plan (there’s 13 of us), will we have to update to Enterprise plan to sync titles and photos with Miro?
I am making a Miro app that uses REST API.I want to handle all events in my app thus want to know list of all webhook event types.
Hello. I’m trying to make miro → discord integration and I need to setup webhook to get updates from miro board to notify people on discord about certain events. Is it currently possible (couldn’t find any webhook mention in Miro API)?Is there any plans to add webhooks to Miro API in near future? My team is currently migrating from Trello to Miro and this is the only inconvenience we’ve met that we can’t move our discord notifications system from Trello to Miro.
There is a problem while i were interacting with the board T^TCurrently, the auto-save just like being activated randomly made me stop all the time so it indeed irritates me ;^; Thats the auto-save setting thing, i just want to manage the time like setting it myself.I had research where I could reach the auto-save setting before starting this topic. If its my mistake, please show me the way to manage it ;^; Im so sorry.If it isnt, please come up with some solutions ;^; Thank you.
Custom action being toggled from the context menu for a board item.Hey, everyone!We're excited to announce the experimental release of Custom Actions for privately distributed apps in Miro. This new feature enables you to add simple actions (to your privately distributed apps) that are accessible from the context menu of a board item. With Custom Actions, you can streamline your workflows, automate repetitive tasks, and tailor Miro to fit the custom needs of you and your teams’ use cases. 🚀 It’s really important to us that we can create the best possible developer experience when it comes to this new capability, so please share any and all of your feedback with us here in the thread below, or in the #experimental channel on our Discord server Important!Custom actions are only supported for non-public apps that will be distributed privately via a shareable authorization link from your App Settings page. This means that apps built with custom actions will not be eligible for distributio
I was sent an email that states “Since you have one or more apps on the v1 Developer Platform, we encourage you to migrate your app as soon as possible” but as far as I know I am not using any v1 API (except https://api.miro.com/v1/oauth-token) so I do not understand what is meant.I do not use any SDK, just raw API calls. The documentation is not at all clear so I’d appreciate any clarification on how I can determine if I do still have anything on the v1 platform.
i’ve been using the free plan for over a year because i need only 3 active boards and everything was okay, untill the point when one of the boards became inactive and now neither me nor my student can edit the board in any waywhat’s changed and what should i do to bring it back to being active again?
I have tried adding jest testing to a miro app created with create-miro-app. I get a ‘miro is not defined’ error. Is the only way to run unit tests to mock the miro object? Is it possible to install an sdk or something?
I would like to take Miro from a flat screen into a VR workspace by using X, Y, Z, T positions.
We have to update 50 plus images twice daily. Which is painful when updating from device. I found a solution using Dropbox update. The problem is that we still need to individually update each image. Can you add a feature that when multiple images are selected, the update icon is visible and you can update a batch?Thank you
Hi I have a problem during file upload to the boardthat File size is exceededIs there some way to upload a such image?may be some additional parameter or something else?curl --location 'https://api.miro.com/v2/boards/{boardId}/images' \--header 'accept: application/json' \--header 'authorization: Bearer token' \--form 'resource=@"imageToUpload.png"'{ "status": 400, "code": "invalidParameters", "message": "Maximum upload size of 6000000 bytes exceeded", "type": "error"}
Hello everyone ! First time poster here :) I’m currently working on a miro app for my company. In this app, the user can create “cusom cards” that are appCards and other widgets that are grouped together when created.I’d like to detect when some widgets are ungrouped in order to regroup them, in order to prevent my users to ungroup those items. Is it even possible currently ? Thanks by advance :)
Introducing pricing details for Marketplace apps 🎉The Miro Marketplace now displays pricing details for public apps and integrations on an app’s Marketplace listing page.Learn more about app pricing details and how to transparently display the cost of your app to Miro users and potential customers when submitting your app. And for developers with existing apps, learn how to get in touch about your app’s pricing details from the overview linked below.Learn more about pricing details→
Heyya, is there a way to programmatically get the logged in user’s profile picture? I’m using miro.board.getUserInfo()and can get the logged in user’s full name.
HelloI cannot subscribe to a subscription because the postal code does not work. I am sure it is 100% correct. Please revise your fill-in form for errors.
Hello Currently I am using this API request to upload a file from devise to an mirro boad.Create image item using file from device - https://api.miro.com/v2/boards/{board_id}/imagesBut I have notice in response that passed parameters from forma-data is not applied to the image that was uploaded recently. But everything is working fine if use image link not a file to upload to boad.Is it a bug or feature?)
Hello everyone,I suddenly have group members that I don’t know and that no one from the original group has invited. How can we get rid of the new members and boards?Can someone help to reset the group?Best wishes,LouHi
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.