API endpoint to GET a list of team ids

We need a way in the REST API to get a list of Team IDs.

A previous post (Suggestion: API endpoint for :team_id) was moved to ‘share an idea’ and then marked as solved, so I’m reposting sans solution, in hopes that we can get some votes.

With the new library analytics API, this feels more relevant than ever.

I want my users to pick the team their library is in from a list, and then pick the library file from a list of files. Trying to get end users to figure out how to get the library file ID is needlessly complicated to start taking advantage of the new API, when I could set up a system to let them pick it from a list.

Almost all of the endpoints require a Team ID… (or require a file ID, the list of which requires a project ID, which requires a Team ID… etc.) So adding a Team API would unlock improved usability for almost every other REST API endpoint.

Let’s make it happen.