Hi team,
I’m working with the Dropbox Business APIs and had a question regarding team-linked applications.
In the Admin Console under:
Settings → Team apps
I can see applications that have been authorized at the team level (for example, scoped apps authorized by a team admin).
However, when I try to retrieve linked apps via the API:
/team/linked_apps/list_members_linked_apps only returns member-linked apps- It explicitly does not include team-linked applications
From my testing and the documentation, I haven’t found any endpoint that returns the list of apps visible in the Team apps UI.
Questions
- Is there currently any public(not deprecated) API to list team-linked applications (as shown in Admin Console → Team apps)?
- If not, is there a recommended way to programmatically discover or track these apps?