---
title: "Fetch a user's Teams token"
method: GET
path: "/users/{user_id}/channels/teams/tokens/{token_id}"
tags: ["teams"]
---

# Fetch a user's Teams token

`GET /users/{user_id}/channels/teams/tokens/{token_id}`

Fetches a specific Teams token by its ID for a given user. This endpoint is available to project administrators and requires project-level authentication. Use this to inspect token details including its status, creation date, and associated metadata.

## Path parameters

- `user_id` string, required
- `token_id` string, required

## Response `200`

OK

- TeamsToken
  - `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.
  - `updated_at` string, date-time, nullable — The timestamp when the token metadata last changed.
  - `webhook` object
    - `url` string

---

[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)
