Skip to main content

admin.apps.config.lookup method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

This method provides app config information. If domain restrictions (email and instance URL) are set, users will only be able to connect their external accounts belonging to certain email domains or instance URLs. If builder auth restrictions are set, a workflow builder will not be able to delegate their auth for end-user workflow runs.

Here are more details on the output fields:

FieldTypeDescription
configsarrayList of app configs
app_idstringThe app ID of the particular config
workflow_auth_strategyenumThe workflow auth permission (builder_choice, end_user_only)
domain_restrictionsobjectDomain restrictions for the app, if set

Response