Skip to main content
Answered

Where can I find board id?

  • January 4, 2021
  • 1 reply
  • 2325 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.

 

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.

View original
Was it helpful?
This topic has been closed for comments

1 reply

Daniela Gavidia
Mironeer
Forum|alt.badge.img

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.