Skip to main content
Answered

Where to find "your_app_id"

  • September 29, 2020
  • 1 reply
  • 897 views

Forum|alt.badge.img

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?

Best answer by Boris Borodyansky

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

View original
Was it helpful?

1 reply

Boris Borodyansky
Mironeer
Forum|alt.badge.img+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