Answered

Where to find "your_app_id"

  • 30 September 2020
  • 1 reply
  • 783 views

Badge

MIRO reference explains how to create a widget with metadata
https://developers.miro.com/reference#application-metadata
 

PATCH https://api.miro.com/v1/boards/{boardKey}/widgets/{widgetId}
Content-Type: application/json
Authorization: Bearer *****

{
"title": "",
"metadata": {
"{your_app_id}": {
"changed": "data"
}
}
}

In metadata parameters I need to insert “your_app_id”.


Where can I find my app id?

icon

Best answer by Boris Borodyansky 30 September 2020, 08:28

View original

1 reply

Userlevel 4
Badge +1

Hey Kirill!

Here’s an example of how to find app’s client_id: in the application page. 

https://developers.miro.com/docs/using-boards-picker-from-javascript

Reply