r-puri
r-puri

Reputation: 149

Slack API to get applications installed in a workspace

Is there a way to get a list of applications installed in a workspace on slack? The closest thing i would was web api Users.list which lists all users. From the users list i can get the BOT users and determine the applications. However, some apps install without creating a BOT user so those get left out in the Users.list approach.

Upvotes: 2

Views: 1018

Answers (1)

Erik Kalkoken
Erik Kalkoken

Reputation: 32757

Check out the API method team.integrationLogs. It provides you with a list of all integrations, including Slack apps.

Upvotes: 2

Related Questions