List approved apps for an org or workspace.
This API method can only be used on Enterprise Grid workspaces.
GEThttps://slack.com/api/admin.apps.approved.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
Limit the results to only include certified apps. When false, no certified apps will appear in the result
false
true
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 approved for installation for a workspace.
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.
Note: enterprise_id
and team_id
cannot be used together.
enterprise_id
will return the list of org-wide approved apps.team_id
will return the apps approved 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 workspace.third_party
: the app was developed by a third party, such as (but not limited to) those found in the Slack Marketplace.slack
: the app was built with love by Slack. Hello!Typical success response
{
"ok": true,
"approved_apps": [
{
"app": {
"id": "A0W7UKG8E",
"name": "My Test App",
"description": "test app",
"help_url": "https://www.slack.com",
"privacy_policy_url": "https://www.slack.com",
"app_homepage_url": "https://www.slack.com",
"app_directory_url": "https://myteam.enterprise.slack.com/apps/A0W7UKG8E-my-test-app",
"is_app_directory_approved": false,
"is_internal": false,
"developer_type": "third_party",
"socket_mode_enabled": false,
"icons": {
"image_32": "https://302674312496446w_2bd4ea1ad1f89a23c242_32.png",
"image_36": "https://302674312496446w_2bd4ea1ad1f89a23c242_36.png",
"image_48": "https://302674312496446w_2bd4ea1ad1f89a23c242_48.png",
"image_64": "https://302674312496446w_2bd4ea1ad1f89a23c242_64.png",
"image_72": "https://302674312496446w_2bd4ea1ad1f89a23c242_72.png",
"image_96": "https://302674312496446w_2bd4ea1ad1f89a23c242_96.png",
"image_128": "https://30267341249446w6_2bd4ea1ad1f89a23c242_128.png",
"image_192": "https://30267431249446w6_2bd4ea1ad1f89a23c242_192.png",
"image_512": "https://30267431249446w6_2bd4ea1ad1f89a23c242_512.png",
"image_1024": "https://3026743124446w96_2bd4ea1ad1f89a23c242_1024.png",
"image_original": "https://302674446w12496_2bd4ea1ad1f89a23c242_original.png"
},
"additional_info": ""
},
"scopes": [
{
"name": "bot",
"description": "Add the ability for people to direct message or mention @my_test_app",
"is_sensitive": true,
"token_type": "bot"
}
],
"date_updated": 1574296707,
"last_resolved_by": {
"actor_id": "W0G82F4FD",
"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. |
feature_not_enabled | Returned when the Admin APIs feature is not enabled for this team |
invalid_actor | The provided actor_id is not a valid user or application |
invalid_cursor | Value passed for |
not_allowed | The user is not allowed to access this API method |
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 |
restricted_action | User does not have permission to access method |
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 |
deprecated_endpoint | The endpoint has been deprecated. |
ekm_access_denied | Administrators have suspended the ability to post a message. |
enterprise_is_restricted | The method cannot be called from an Enterprise. |
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. |
is_bot | This method cannot be called by a legacy bot. |
method_deprecated | The method has been deprecated. |
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. |
not_authed | No authentication token provided. |
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. |
token_expired | Authentication token has expired |
token_revoked | Authentication token is for a deleted user or workspace or the app has been removed when using a |
two_factor_setup_required | Two factor setup is required. |
accesslimited | Access to this method is limited on the current network |
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. |
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_arguments | The method was either called with invalid arguments or some detail about the arguments passed is invalid, which is more likely when using complex arguments like blocks or attachments. |
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 |
ratelimited | The request has been ratelimited. Refer to the |
request_timeout | The method was called via a |
service_unavailable | The service is temporarily unavailable |
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. |
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 |