Hi.
I try to use WebAPI for Python. I have a question.
When I want to update a board, I need to write boardsID.
But, I can’t find boardsID.
Where can I find it? please advise me.
Hi.
I try to use WebAPI for Python. I have a question.
When I want to update a board, I need to write boardsID.
But, I can’t find boardsID.
Where can I find it? please advise me.
Best answer by Daniela Gavidia
Hello Takahiro,
You can find the board id in the url of your board. For example, if the url looks like this:
https://miro.com/app/board/o9J_leLUTqM=/
The board id is the last section without the last /
In this case, the board id would be:
o9J_leLUTqM=
If you have an access token already, you can try it out online. For example, try to fetch all the widgets from your board here:
https://developers.miro.com/reference#get-board-widgets-1
I hope this helps.
Kind regards.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.