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

# Get stream token

`GET /streams/{id}/token`

Retrieve the stream token for a stream. This token authenticates the messaging endpoints (`simple_send`, `template_send`, …) for that stream — see the token types in the API Overview.

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

## Response `200`

The stream token.

- object
  - `token` string — The stream token, sent as the `Authorization` header value on messaging requests.

---

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