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

# Get Publisher Token

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

Return a short-lived LiveKit publisher JWT for a stream.

Requires secret key — not safe for browser-embedded credentials.
Returns 400 for Mux streams, 503 if LiveKit is not configured.

## 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/762a203ca815/schema)
