Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods admin.apps.config.lookup.json
Raw

priv/docs/methods/admin.apps.config.lookup.json

{
"args": {
"app_ids": {
"desc": "An array of app IDs to get app configs for",
"example": "A0A2R51A5,A0A2R51A6",
"required": false,
"type": "array"
},
"rich_link_preview_types": {
"desc": "return apps with the corresponding rich link preview layouts",
"example": "limited_details, no_preview",
"required": false,
"type": "array"
}
},
"desc": "Look up the app config for connectors by their IDs",
"errors": { "missing_args": "Either app\\_ids or rich\\_link\\_preview\\_types must be provided" },
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.apps:read",
"url": "https://docs.slack.dev/reference/scopes/admin.apps.read"
}
]
}
}