List approved apps for an org or workspace.

Notices

This API method can only be used on Enterprise Grid workspaces.

Facts

Method access

HTTP
JavaScript
Python
Java
HTTP
GEThttps://slack-gov.com/api/admin.apps.approved.list
Bolt for Java
app.client().adminAppsApprovedList
Powered by Bolt
Bolt for Python
app.client.admin_apps_approved_list
Powered by Bolt
Bolt for JavaScript
app.client.admin.apps.approved.list
Powered by Bolt

Content types

application/x-www-form-urlencoded
  • Rate limits

    Tier 2
  • Arguments

    Required arguments

    Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.

    Example
    xxxx-xxxxxxxxx-xxxx
    Optional arguments

    Limit the results to only include certified apps. When false, no certified apps will appear in the result

    Default
    false
    Example
    true

    Set cursor to next_cursor returned by the previous call to list items in the next page

    Example
    5c3e53d5
    Example
    E0AS553RN

    The maximum number of items to return. Must be between 1 - 1000 both inclusive.

    Default
    100
    Example
    100
    Example
    T0HFE6EBT

    Usage info

    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.

    • Passing enterprise_id will return the list of org-wide approved apps.
    • Passing 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 app directory.
    • slack: the app was built with love by Slack. Hello!

    Example responses

    Common successful response

    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": ""
        }
    }

    Common error response

    Typical error response

    {
        "ok": false,
        "error": "invalid_auth"
    }

    Errors

    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.

    ErrorDescription
    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 cursor was not valid or is no longer valid.

    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 team_id OR enterprise_id.

    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 bot token.

    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 user token.

    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 _. If you get this error, it is typically an indication that you have made a very malformed API call.

    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 POST request, but the charset specified in the Content-Type header was invalid. Valid charset names are: utf-8 iso-8859-1.

    invalid_form_data

    The method was called via a POST request with Content-Type application/x-www-form-urlencoded or multipart/form-data, but the form data was either missing or syntactically invalid.

    invalid_post_type

    The method was called via a POST request, but the specified Content-Type was invalid. Valid types are: application/json application/x-www-form-urlencoded multipart/form-data text/plain.

    missing_post_type

    The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.

    ratelimited

    The request has been ratelimited. Refer to the Retry-After header for when to retry the request.

    request_timeout

    The method was called via a POST request, but the POST data was either missing or truncated.

    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.

    Warnings

    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.

    WarningDescription
    missing_charset

    The method was called via a POST request, and recommended practice for the specified Content-Type is to include a charset parameter. However, no charset was present. Specifically, non-form-data content types (e.g. text/plain) are the ones for which charset is recommended.

    superfluous_charset

    The method was called via a POST request, and the specified Content-Type is not defined to understand the charset parameter. However, charset was in fact present. Specifically, form-data content types (e.g. multipart/form-data) are the ones for which charset is superfluous.

    Arguments

    Need a token? Create and install a Slack app to begin.
    This will make a real API request. Beware of using it with live workspaces.

    API response


    Submit your arguments to see the API response