---
title: "List all MagicBell SlackBot tokens"
method: GET
path: "/channels/slack/magicbell_slackbot/tokens"
tags: ["slack", "magicbell_slackbot"]
---

# List all MagicBell SlackBot tokens

`GET /channels/slack/magicbell_slackbot/tokens`

Lists all MagicBell SlackBot tokens belonging to the authenticated user. Returns a paginated list of tokens, including their status, creation dates, and associated metadata.

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

OK

- SlackTokenCollection
  - `data` SlackToken[]
    - `created_at` string, date-time, required — The timestamp when the token was created.
    - `discarded_at` string, date-time, nullable — The timestamp when the token was discarded, if applicable.
    - `id` string, required — The unique identifier for the token.
    - `oauth` object
      - `channel_id` string, required — The ID of the Slack channel this installation is associated with
      - `installation_id` string, required — A unique identifier for this Slack workspace installation
      - `scope` string — The OAuth scope granted during installation
    - `updated_at` string, date-time, nullable — The timestamp when the token metadata last changed.
    - `webhook` object — Obtained directly from the incoming_webhook object in the installation response from the Slack API.
      - `url` string, uri, required — The URL for the incoming webhook from Slack
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

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