Check user's stream team with OAuth/V5 API

Hello everyone,

We are building a web app that acts as a CMS for Esports team owners. One of the features that we try to offer to our users is to Twitch team owners to be able to authorize us to retrieve their team info through the Get Team route as described https://dev.twitch.tv/docs/v5/reference/teams/.

However, in order for the Get Team route to work, the specific team name would be required. I would need to know the team name of whoever authorized our app to retrieve their user info. It seems that the GET https://api.twitch.tv/kraken/user route described in the https://dev.twitch.tv/docs/v5/reference/users/ docs does not retrieve any information about the stream team that particular user is in, even if they are an owner. Is there any way that we can retrieve anyone’s twitch team name through the API? It would help relieve a lot of our users a lot of work as they would sometimes have 50-100 users in their twitch teams such as this https://www.twitch.tv/team/disruptgg.

1 Like

Nope.

There are no official active end points which provides this information. And last time I went digging I got nothing useful.

Might be some bits to see who is in a team, but there has never (in any of the old/ancient stuff) been anything about whom owns a team.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.