🏆 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
In the upper left corner there are groups, and it turns out I was a member there. I created my boards, and I always got an error that I had overcome the barrier in editing 3 boards. I did not understand why this was happening. I saw that I was in some group and clicked to delete from there .... and I saw how my boards disappeared ... shock, tears. I do not even remember who else was in this group and who was its administrator. I send requests to edit my board (I found its link), but I only receive a notification that my access was sent to the owner ... Which owner? if I was the owner? how can I now find out who my access depends on? and who can give me access to this group again? how can I find the history of my board? can someone from tech support help me restore my access, since I do not even know who to contact ... and these are very important boards for me !!!!!!!!!!!!!!
Hey,I'm trying to configure Pagination for a Miro node in n8n but I definitely cannot make it work.I only receive the first 10 results. I read all the other topic on the community but I can’t figure it oufI receive this information in the response :I try to configure it this way but I still only receive first 10 results : Am i doing something wrong ?Thanks a lot for your help,Laurent
I have the free subscription, but I use only 1 board and still I’m not able t o use it. the program is telling me that I’m out of limit, which is not true. Please, fix it!
It is not possible to set shape’s font size higher than 288 from API, while on the board it is possible to set fontSize higher.
As a system architect, I want to maintain diagrams using a markdown language (e.g. Mermaid), edit/store the markdown file with my source code (e.g. infrastructure as code repository), and then automatically upload that markdown file into Miro as part of my CICD pipeline triggered from repository changes so that my version-controlled diagrams then become available for viewing in Miro and linkable to JIRA tickets and Confluence documents.What features/support does Miro currently have in this regard?
Receiving this error when trying to update content of text box on Miro board. Any idea why, and how to fix it? { "type": "error", "code": "3.0000", "context": { "boardId": "uXjVLDHY-Os=", "itemId": "3458764622879464953" }, "message": "Internal error occurred", "status": 500}
Can a Team Space be created through the API? I want to automatically create Spaces for projects from another tool.
How do I get the metadata from an `preview` type item? The preview items contain urls to external pages that I need to extract. [ { "output": [ { "id": "3458764612000528999", "type": "preview", "geometry": { "width": 250, "height": 223.5234375 }, "position": { "x": -340.9169006347656, "y": -154.68751525878906, "origin": "center", "relativeTo": "canvas_center" }, "links": { "self": "https://api.miro.com/v2/boards/uXjVLyMfaRI%3D/items/3458764612000528999" }, "createdAt": "2025-01-01T19:01:43Z", "createdBy": { "id": "3074457346783176524", "type": "user" }, "isSupported": false, "modifiedAt": "2025-01-01T19:01:43Z", "modifiedBy": { "id": "3074457346783176524", "type": "user" } } ] }] I also found that when you slect type `preview` from the dropdown in the official api doc
is there any rest api available for AI Flowchart creation passing the user prompt/intent to the underlying model
Hello,I’ve encountered an issue with the API Endpoint - Get tags from board where it returns “unknown” for the fillColor field instead of the actual color chosen form palette during tag creation.Update info: Seems like its an error with GUI - for example tag created using API with color “Cyan” has a different shade than any other available to choose fromIs this a known issue with theAPI?Is there a timeline for fixing this inconsistency?
Hello,I am a developer on a development team.I am trying to create an OAuth client app using a non-enterprise account, but I cannot see the organizations:read scope. However, I can see the auditlogs:read and sessions:delete scopes.Does the development team also need an enterprise account to create an OAuth client app with the organizations:read scope?Or is it sufficient for the authenticating user's account to be an enterprise account?I would appreciate any clarification.
I’m creating a rectangle and text item with the API successfully and then attempting to group them together. I receive a 201 and an id for the group. But when I go to the UI the items are not grouped together or in any group. I’ve checked and feel confident I’m sending the correct ids for the rectangle and text item.Here is what I send:POST https://api.miro.com/v2/boards/uXblahblahA=/groups{'data': {'items': ['3458764621210577058', '3458764621210577077']}}Here is what I receive:{'id': '3458764621210577087', 'type': 'group', 'data': {'items': [3458764621210577058, 3458764621210577077]}, 'links': {'self': 'https://api.miro.com/v2/boards/uXblahblahA%3D/groups/3458764621210577087'}}What am I missing?
As I am developer miro platform,Is that request from me to upgrade my accounts?
Good morning, I was trying to share my application with another Miro user so they can return the authorization code and exchange it for an access token. However, I can't find where the authorization code is returned. In the video tutorial it shows it in the link, but when I accept the installation of the application it sends me directly to the list of boards and I don't see the link that appears in the tutorial. Is there any other place where I can see that authorization code?
Hi,I am using this endpoint https://developers.miro.com/reference/get-items-within-frame. If:parent_item_id = {frame_id} - it works as described. parent_item_id = id of not-frame - 404 item not found and that is valid parent_item_id = 0 - items that are not in any frame - without parent node in JSON responseThe last one is very convenient to use, however it is not mentioned in the documentary. Could you please tell whether it is a bug and i should not use that, or is that a fair way of getting free-placed items
Hey, I need to download a document from a White Board using item_id and board_id. Is there anyway I can do it with any of Miro APIs available? If not, any suggestions on how to do that?Thanks!
Hi!Is there any plans to implement possibility to create other resources (e.g. lines, paints, etc) via API?We are really missing it. Or maybe you can suggest some workaround? :) We are trying to create a whole board with all items via API.
아이디어와 기본 틀 정리
Hello! I'm using the Miro platform, and unfortunately, after hours of editing a presentation, I realized that I can't add videos directly from my files. I need to put them on a video platform so that I can share them on Miro. When will it be possible to add videos without having to upload to other platforms?
We would like to capture a click event, on a shape/object, similarly to how the card expand button works.
I am trying to retrieve only active members of a team using the Miro API. While fetching organization members, I can filter active users using:GET https://api.miro.com/v2/orgs/{orgId}/members?active=truewith the query parameter active=true.However, when retrieving team members, the API returns all users (both active and deactivated), and I couldn't find any property in the response to differentiate active users from inactive ones.Is there a way to filter out only active team members using the API? Or is there an alternative approach to achieve this?Any guidance would be appreciated!
Once the app is submitted, how long does it take to review it?
Our app (ID 3074457347393893408) is in the state “Submitted” since months. I don’t recall as ever getting a message about it.We’re can’t resubmit it with updated content again (this gives 422 error in DevTools).
Created some new boards today.These boards are not appearing via REST API (https://api.miro.com/v2/boards), even hours after creation.The account that installed the app is the same account that created the boards, and I can access such boards by ID if I specifically request them via REST API and they also appear if I use the “team_id” query string parameter, as suggested in the API documentation. But in such case I cannot use the “query” query string parameter, which I need to use. According to the same documentation the new boards should appear within seconds without the “team_id” parameter.The account we are developing for has around 1,149 boards, but I don’t believe that should break the API.
Hello everyone,Since yesterday, the presentation mode of an embedded board on a website is no longer working. Do you already know about this issue? I have already tested it with a test board. The board opens, and I can see the frame, but not in presentation mode. It’s important to me to be able to navigate from frame to frame using the arrow keys.I have tried it on both a Windows and Mac system and with different boards and different explorers.Can anyone replicate the problem or explain what the issue might be? For testing, I used the standard HTML code and inserted the iFrame code of the board into the body. <!DOCTYPE html><html lang="de"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Beispielseite mit iframe</title></head><body> <h1>Willkommen auf meiner Seite</h1> <p>Hier ist ein eingebettetes iframe:</p><iframe> </iframe&
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.