GET
/apps.permissions.infoGet app permissions
Retrieves the permissions that an app has for a workspace. The response organizes permission details for team, channel, group, direct-message, multi-party direct-message, and app-home resources. You can provide a token to identify the authenticated app or user context.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringoptional
Optional authentication token with no additional required scope.
200Returns an object with `ok` set to true and an `info` object containing permission details for `team`, `channel`, `group`, `mpim`, `im`, and `app_home` resources.
infoobjectrequired
okbooleanrequired
defaultReturns an object with `ok` set to false and an `error` value describing the authentication or request failure.
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
token is optional, but when supplied it must be a valid authentication token. Use the appropriate token context when you need permission details for a specific workspace or installation.