🏆 Make your 2026 football predictions with Miro — + win $400 in our June Challenge
Discuss everything related to Miro API, SDK, embedding and Miro Platform apps development.
Recently active
Hi I’ve tried to access an old Miro board (via a free trial) but it says “No access to board, ask the board owner to grant you permission. You’re logged in as emmax@xxxxxxxxx.xxx.xx.” Then says I can Request Access or Switch user profile. When I try to request access, it says “if the owner approves the request, you will receive an email notification”. I am the owner, but I’m not getting a notification. How can I access my old board? Thanks!
One of the biggest upgrades Miro could make would be the ability to load 3D STEP files for collaborative engineering within a Miro board, and allow for basic model manipulation similar to what is possible in programs like Fusion 360 or Solidworks but in a collaborative space, there currently is nothing like that available which is crazy in 2022, this capability would create a incredible collaboration experience that would create a MIRO HOLODECK. If this is being considered and is going into Beta testing, I would happily be a beta tester for that functionality, staying the 2D FLAT Plane is great for certain things but you are trying to imagine the Z AXIS there is nothing like showing people depth and form in it’s truest form without VR headsets.
Hi! When I open the app on the tablet I can open only one user’s boards. Other boards are seen but I can’t choose any. I have an IPadOS and it was fine for several years till yesterday. I reset the tablet, reinstalled the application - nothing has helped. I tried to ope the platform through Safari - nothing, with Chrom it restars again and again. What should I do?
Hi Miro Team,I’m running a small online German language class. I’m interested in using Miro to create individual boards for each student, so I can manage their work privately and efficiently.Before committing to a paid plan, I would like to explore the platform and test which plan would best suit my needs. Would it be possible to get a trial period to evaluate featuresThis would help me decide which plan (Starter, Business, etc.) is the most appropriate for my classes.Thank you for your time and consideration. I look forward to hearing from you.Kind regards,
Dear Miro Support Team,I am writing to request your assistance with removing a dormant Developer team from my account.Problem:When I attempt to create a new Developer team or app through the Miro Developer Platform (https://developers.miro.com), I receive the following error message:"User has already created developer organization"This prevents me from creating a new application. I have already attempted to create the Developer team multiple times through different interfaces, but the system always displays this error.Based on your community forums (https://community.miro.com/developer-platform-and-apis-57/first-time-creating-a-miro-app-problem-21065?tid=21065&fid=57), it sounds like there might be a "dormant" Developer team lingering on my account. Could you help remove it?Account Details:- Email: kouznetsov.artem@gmail.com- Organization: Ю-эксперт- Role: Team AdminRequested Action:Please remove the stale/dormant Developer team from my account so that I can proceed with creating a
Did you know there’s a new app on the Miro Marketplace that can help you instantly improve your writing in Miro? It’s the AI Rewrite & Spell Checker by Linguix, built using the Miro Developer Platform. Available in English, French, German, Spanish, Portuguese, and Polish, this app can help to not only check your grammar, but also suggest ways to re-write your text by leveraging an AI-based paraphraser. Error-free content means effective communication, which is so important when you’re collaborating and innovating in Miro. Let us know your thoughts in the comments below ⬇️. Be sure to also visit the Miro Marketplace to explore tons of other apps and integrations developed to meet your product development, mapping and diagramming, documentation, design, and other needs. Want to build your own app? Get started with the Miro Developer Platform today.
I’m using the free version of Miro.I’ve just created my first and only board, and now I’m trying to share it with my team.When I invite colleagues by email, I usually get this error:Sharing restricted please contact supportI’ve tried inviting people 10 times, with either a single person with a single email address or several people with a list of several email addresses. 9 of those 10 times, I’ve gotten that sharing restricted error and no one is invited.1 time it worked and one person was invited: they now have access to the board. But I can’t invite anyone else, in spite of all of them being my colleagues behind the same firewall.What’s going on here?
Hi ,I logged into my Miro account yesterday and noticed that everything has been wiped out , including my boards and the teams associated with them. These boards contain very important client projects, and at the moment, they are completely inaccessible.I have checked thoroughly, including the Trash section, but there is nothing there. Even the project teams themselves seem to have disappeared.This is extremely concerning, as I cannot go back to my clients without access to their project data. It’s not something I can explain as a simple issue on my end, as everything appears to have vanished overnight.Could you please urgently look into this and help restore the missing boards and teams? This matter is time-sensitive and critical for my ongoing client work.I would really appreciate your immediate support.Thank you,
Hello! I really need some help since i have my assignment attached to this Miro board and now I keep getting “Board Unavailable” whenever i try to open it, My Uni just migrated from using Miro global to Miro Australia which is why i think this has happened, except this is the only document that has been affected, my older documents i can open up completely fine.Any wisdom or help would be greatly appreciated!
We have created custom Miro App Cards with custom fields that have 2 functionalities. The first application is provided in the Miro app to insert a card that is populated with content from a AWS database. The second application is a custom card and the user inputs data in defined fields.Both cards when one is inserted, if a user copies the card the link is broken. The user can no longer open the details page for the card and edit any of the fields.Is there a solution to make sure the link does not break. I expect the user to open the details page for the data in the copied card and be able to update the fields if necessary. We are also capturing analytics about the cards that are used. If the card has a broken link we no longer are tracking analytics.Please share any solutions you have been able to solve for this issue.
Many teams brainstorm visually and then move tasks into Trello, but does your workflow stay connected after planning?With options like the Workstatus and Trello Integration, teams are linking task boards to real execution data.Does Trello integration actually improve visibility and accountability, or does it complicate things? If you’ve explored connecting tools like Workstatus with Trello, I’d love to hear what worked for you.
I’m using the template OKR Tracker and modifying it for my team. I’m able to add new records without any trouble, however I can’t figure out how to add new parent “Objectives” for the key results.There is no add button that I can find. Nor can I promote a record to an objective. Is this a feature that is locked?
Hi,Since yesterday (or the day before yesterday), I have the feeling that bulk is no longer working.I am having problems importing images into a board, whereas everything was working fine before.According to the documentation (hhttps://developers.miro.com/reference/create-items), when I try to import images onto my board, I get this error message: "validationErrors": [ { "code": "3.0210", "message": "Value for scale should be greater than 0, found: 0.0" } ]However, when importing images, we cannot define a scale.Here is the request: <?phprequire_once('vendor/autoload.php');$client = new \GuzzleHttp\Client();$response = $client->request('POST', 'https://api.miro.com/v2/boards/XXXX/items/bulk', [ 'body' => '[{"type":"image","data":{"title":"XXXX","url":"https://XXXX.png"},"position":{"x":6051,"y":829},"parent":{"id":"XXXX"}}]', 'headers' => [ 'accept' => 'application/json', 'authorization' => 'Bearer XXXX', 'content-type' => 'ap
Hello, I submitted an app for review and it’s been over 20 days. When should I expect to receive some feedback about my submission? https://miro.com/app/settings/company/3458764652945473820/user-profile/apps#3458764653549140361 Cheers,Ken
I was using Miro AI to create a 10-year schedule for planning various items. An error occurred midway through. After that, even when I asked to AI to add some milestones settings to the schedule, AI generated an object for a different table instead of the schedule, and the original schedule was no longer updated.
Dear Support Team,Is there any opportunity to get the access to my Recap 2025 now, in April? I’m afraid it is not available any longer, however, I would appreciate an opporunity to look through this archived information again.Thank you.
Hello,I have an “Education” account and I have created an app. After numerous attempts and reading discussion forums, I would like confirmation that it is not possible to use an app created in “draft” mode. Thank you in advance for your reply,Alexandre
Miro App Marathon AppsFour more apps to streamline your workflowsIn July, we hosted our first official Miro Apps Marathon, which resulted in a number of amazing app submissions from our Miro Developer Community. This month, we're highlighting 4 more apps that are now available on the Miro Marketplace. Noda for Miroby Coding Leap LLC The Noda app for Miro lets you experience your content in a whole new dimension. The power of Miro augmented by Noda’s immersive interface allows you to work with ideas, plans and projects in the space around you. OpenGPT for Miroby Orbit VenturesInstead of copy-pasting between ChatGPT and Miro, generate stickies directly on your board. Through the power of GPT-4, you can now use natural language to interact with your stickies. Just select your sticky notes and give instructions what to do with them. Pokémiroby LongYCAdd some Pokémon-themed fun to your Miro board, for decorations, avatars, or even ice-breaking games! Mindmap Downloaderby Daily Coffee AppsMi
Delete button is greyed outAfter clicking on the parent button on table column, I was unable to delete the column. I’ve since then decided to hide the column, but I can’t seem to even find the unhide button. Please help me out, is it a bug?
ServiceRocket builds 3 new apps on top of the Miro Developer Platform Hey, developers!Want to learn more about the art of the possible on our developer platform? ServiceRocket has just launched 3 new enterprise-ready integrations for Salesforce, GitHub, and Autodesk—each built on top of Miro’s Web SDK and REST APIs. Check them out here:Salesforce for MiroThe Salesforce for Miro app enables users to interact with Salesforce data from directly within their Miro board. With this new app, you can now use Miro to manage sales activities, account planning, opportunity management, and more, with a direct connection between Salesforce and Miro.📽️ Watch the demo GitHub for MiroThis realtime, bi-directional sync between GitHub and Miro enhances collaboration across platforms, reduces costs for product and engineering organizations, and increases efficiency. With the GitHub Connector, you can bulk convert GitHub issues to cards in Miro, search and add issues, and more, facilitating better produc
I’m following this tutorial part, I’ve selected react, I made my app and tried both localhost and an external server, but my App isn’t showing up on the left side pannel for apps or the upper right one, I had an old app I made from html and jQuery, which does show up on the upper right, but I just can’t find the new app I made, I’ve looked at other ones that add an event listener to one of the Miro events but it did not help, is there anyway to trouble shoot because I can’t find much to look where its going wrong.
Hey, everyone!We’re excited to share that we’ve made some improvements to the look and feel of developers.miro.com in an effort to ensure you’re able to easily and efficiently navigate our documentation and guides. You’ll find refreshed top and side navigations, new and improved sections for each part of developing Miro apps, and better organized guides. We’ve also added dedicated resources for building apps on our public Marketplace, grouped documentation by capability, and more.These updates are already live on developers.miro.com and we look forward to continuing to keep our developer experience top of mind!
A number of AWS icons/elements have turned invisible on multiple diagrams. You can select and move the icons, but they remain invisible. I have tried to move them to front. I have duplicated them and the copy is also invisible. I have tried to ‘switch type’ to another type, and it works, but it is still invisible. I have duplicated the diagram, still invisible. I have tried incognito mode and a different browser. I have tried a hard reset on the diagram. I have toggled hardware acceleration. I have cleared my browser cache/storage. Nothing seems to work. It is not all AWS icons, just some of them.One oddity, I can change the color, and the icon shows up with the selected color. Typically, any color changes of an AWS icon is ignored.I was planning on just manually redoing the diagram, but then notice it has happened to multiple diagrams.Any ideas how to fix it?Invisible AWS Shapes
When embedding a Miro board in presentation mode, only the first slide/frame is displayed.The navigation arrows work (I can click “next”), but the visible content does not change.I tested: Different browsers (Chrome, Firefox, Safari) Incognito mode Clearing cache and cookies Different boards and embed codes The problem persists everywhere. It worked fine until recently, so it seems to be a new bug in the embed viewer.Is this a known issue, or can you help me fix it?
Can i extract data from miro cards into excel
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.