Skip to main content

admin.apps.config.lookup method

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
rich_link_preview_typeenumThe app-level override for rich link preview (all_details, limited_details, no_preview, default_to_global_setting). Will be null if not set.

Response