---
title: "Reset token"
method: GET
path: "/streams/{id}/token/reset"
tags: ["Streams"]
---

# Reset token

`GET /streams/{id}/token/reset`

Rotate the stream token: invalidate the current token and generate a new one. Any client using the old token must be updated.

**Authentication:** TextPeak API key in the `Authorization` header (see **Authentication** in the API Overview).

## Response `200`

The reset result, including the new token on success.

- object
  - `status` integer — Result code: `1` on success; other values indicate an error (see `message`).
  - `message` string — Human-readable result.
  - `token` string — The new stream token (present on success).

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
