Answered

Where can I find board id?

  • 4 January 2021
  • 1 reply
  • 1739 views

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.

 

icon

Best answer by Daniela Gavidia 8 January 2021, 14:29

View original

This topic has been closed for comments

1 reply

Userlevel 4
Badge

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.