---
title: "Save a Teams token"
method: PUT
path: "/channels/teams/tokens"
tags: ["teams"]
---

# Save a Teams token

`PUT /channels/teams/tokens`

Saves the Teams token for the authenticated user. This token serves as a credential for accessing channel-specific functionality. Each token is unique to the user and channel combination, allowing for direct communication with the user via the channel.

## Request body

- TeamsTokenPayload
  - `webhook` object
    - `url` string

## Response `200`

OK

- TeamsTokenPayload
  - `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)
