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:
Field | Type | Description |
---|---|---|
configs | array | List of app configs |
app_id | string | The app ID of the particular config |
workflow_auth_strategy | enum | The workflow auth permission (builder_choice , end_user_only ) |
domain_restrictions | object | Domain restrictions for the app, if set |