---
title: "Get Viewer Token"
method: GET
path: "/v1/live-streams/{stream_id}/viewer-token"
tags: ["live-streams"]
---

# Get Viewer Token

`GET /v1/live-streams/{stream_id}/viewer-token`

Return a short-lived LiveKit viewer JWT for an active stream.

Called by SDK clients when a LiveKit live item becomes the active cell.
Returns 400 for Mux streams, 409 if stream is not currently active.
Atomically increments total_views on each successful token issuance.

## Path parameters

- `stream_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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