List restricted apps for an org or workspace.
GEThttps://slack.com/api/admin.apps.restricted.list
application/x-www-form-urlencoded
token
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.
xxxx-xxxxxxxxx-xxxx
Set cursor
to next_cursor
returned by the previous call to list items in the next page
5c3e53d5
The maximum number of items to return. Must be between 1 - 1000 both inclusive.
100
100
This App Management API method lists apps restricted from installation on a workspace or org.
This method requires an admin.*
scope. It's obtained through the normal OAuth process, but there are a few additional requirements. The scope must be requested by an Enterprise Grid admin or owner, and the OAuth install must take place on the entire Grid org, not an individual workspace. See the admin.apps:read
page for more detailed instructions.
This API method for admins may only be used on Enterprise Grid.
Note: enterprise_id
and team_id
cannot be used together.
enterprise_id
will return the list of org-wide restricted apps.team_id
will return the apps restricted for that specific workspace.The developer_type
in each app helpfully describes its origin.
internal
- the app was developed as part of this enterprise grid or workspacethird_party
- the app was developed by a third party, such as (but not limited to) those found in the Slack app directory.slack
- the app was built with love by Slack. Hello!Typical success response
{
"ok": true,
"restricted_apps": [
{
"app": {
"id": "A0FDLP8M2L",
"name": "My Test App",
"description": "A fun test app for Slack",
"help_url": "https://example.com",
"privacy_policy_url": "https://example.com",
"app_homepage_url": "https://example.com",
"app_directory_url": "https://myteam.enterprise.slack.com/apps/A0FDLP8M2L-my-test-app",
"is_app_directory_approved": true,
"is_internal": false,
"developer_type": "third_party",
"socket_mode_enabled": false,
"icons": {
"image_32": "https://143326534038rl8788_eb57dbc818daa4ba15d6_32.png",
"image_36": "https://143326534038rl8788_eb57dbc818daa4ba15d6_36.png",
"image_48": "https://143326534038rl8788_eb57dbc818daa4ba15d6_48.png",
"image_64": "https://143326534038rl8788_eb57dbc818daa4ba15d6_64.png",
"image_72": "https://143326534038rl8788_eb57dbc818daa4ba15d6_72.png",
"image_96": "https://143326534038rl8788_eb57dbc818daa4ba15d6_96.png",
"image_128": "https://4332653438rl87808_eb57dbc818daa4ba15d6_128.png",
"image_192": "https://4332653438rl87808_eb57dbc818daa4ba15d6_192.png",
"image_512": "https://4332653438rl87808_eb57dbc818daa4ba15d6_512.png",
"image_1024": "https://1433265338rl878408_eb57dbc818daa4ba15d6_1024.png",
"image_original": "https://143338rl8782653408_eb57dbc818daa4ba15d6_original.png"
},
"additional_info": ""
},
"scopes": [
{
"name": "files:write:user",
"description": "Upload, edit, and delete files on the user\u201fs behalf",
"is_sensitive": true,
"token_type": "user"
}
],
"date_updated": 1574296721,
"last_resolved_by": {
"actor_id": "W0G82LMFD",
"actor_type": "user"
}
}
],
"response_metadata": {
"next_cursor": ""
}
}
Typical error response
{
"ok": false,
"error": "invalid_auth"
}
This table lists the expected errors that this method could return. However, other errors can be returned in the case where the service is down or other unexpected factors affect processing. Callers should always check the value of the ok
params in the response.
Error | Description |
---|---|
app_management_app_not_installed_on_org | The app management app must be installed on the org. |
invalid_actor | The provided actor_id is not a valid user or application |
invalid_cursor | Value passed for |
feature_not_enabled | Returned when the Admin APIs feature is not enabled for this team |
not_an_admin | This method is only accessible by org/workspace owners and admins |
team_not_found | Returned when team id is not found. |
too_many_teams_provided | Please provide only |
not_allowed | The user is not allowed to access this API method |
not_authed | No authentication token provided. |
invalid_auth | Some aspect of authentication cannot be validated. Either the provided token is invalid or the request originates from an IP address disallowed from making the request. |
access_denied | Access to a resource specified in the request is denied. |
account_inactive | Authentication token is for a deleted user or workspace when using a |
token_revoked | Authentication token is for a deleted user or workspace or the app has been removed when using a |
token_expired | Authentication token has expired |
no_permission | The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to. |
org_login_required | The workspace is undergoing an enterprise migration and will not be available until migration is complete. |
ekm_access_denied | Administrators have suspended the ability to post a message. |
missing_scope | The token used is not granted the specific scope permissions required to complete this request. |
not_allowed_token_type | The token type used in this request is not allowed. |
method_deprecated | The method has been deprecated. |
deprecated_endpoint | The endpoint has been deprecated. |
two_factor_setup_required | Two factor setup is required. |
enterprise_is_restricted | The method cannot be called from an Enterprise. |
is_bot | This method cannot be called by a bot user. |
invalid_arguments | The method was either called with invalid arguments or some detail about the arguments passed are invalid, which is more likely when using complex arguments like blocks or attachments. |
invalid_arg_name | The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than |
invalid_array_arg | The method was passed an array as an argument. Please only input valid strings. |
invalid_charset | The method was called via a |
invalid_form_data | The method was called via a |
invalid_post_type | The method was called via a |
missing_post_type | The method was called via a |
team_added_to_org | The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete. |
ratelimited | The request has been ratelimited. Refer to the |
accesslimited | Access to this method is limited on the current network |
request_timeout | The method was called via a |
service_unavailable | The service is temporarily unavailable |
fatal_error | The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised. |
internal_error | The server could not complete your operation(s) without encountering an error, likely due to a transient issue on our end. It's possible some aspect of the operation succeeded before the error was raised. |
This table lists the expected warnings that this method will return. However, other warnings can be returned in the case where the service is experiencing unexpected trouble.
Warning | Description |
---|---|
missing_charset | The method was called via a |
superfluous_charset | The method was called via a |