Get installed user applications via API

  • 1 February 2023
  • 1 reply
  • 15 views

Badge

Is it possible to get installed user applications via the RestAPI?

I want to be able to list all app tokens for each of my organization users.


1 reply

Userlevel 6
Badge +4

Hey @Eran,

While it’s a great suggestion, we don’t have an endpoint for app installations at the moment. I’m happy to pass this along as a feature request though, as I can certainly appreciate the value it would add for developer/app management.

Although it’s not the same, if you’re keeping track of authorizations, you can find details about each token you generate using this endpoint, which could help to track certain scopes, and perhaps by extension a given app (if they have different sets of scopes):
https://developers.miro.com/reference/get-access-token-context

Reply