The features within are only available to Slack workspaces on an Enterprise plan.
Don't have a paid plan? Join the Developer Program and provision a fully-featured sandbox for free.
Usage info
This App Management API method lists apps approved for installation for a workspace.
This method requires an admin.* scope. It's obtained through the normal OAuth process, but there are a few additional requirements. The scope must be requested by an Enterprise org admin or owner, and the OAuth install must take place on the entire Enterprise org, not an individual workspace. See the admin.apps:read method for more detailed instructions.
enterprise_id and team_id cannot be used together.- Passing
enterprise_idwill return the list of org-wide approved apps. - Passing
team_idwill return the apps approved for that specific workspace.
Response
The developer_type in each app helpfully describes its origin.
internal: the app was developed as part of this Enterprise organization or workspace.third_party: the app was developed by a third party, such as (but not limited to) those found in the Slack Marketplace.slack: the app was built with love by Slack. Hello!