---
title: "GET /api/slack/app-info"
method: GET
path: "/api/slack/app-info"
tags: ["/api/slack"]
---

# GET /api/slack/app-info

`GET /api/slack/app-info`

Returns the Slack app_id and team_id. Used by the frontend to construct
   direct links to the Slack app settings page.

## Response `2XX`

Successful response

- object
  - `app_id` string, nullable, required
  - `scopes` object, nullable, required
    - `actual` string[], required
    - `extra` string[], required
    - `missing` string[], required
    - `required` string[], required
  - `team_id` string, nullable, required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/revisions/08b5a2bafb4f/schema)
