---
title: "Resume a broadcast"
method: POST
path: "/api/broadcasts.resume"
---

# Resume a broadcast

`POST /api/broadcasts.resume`

Resumes a paused broadcast.

## Request body

- ResumeBroadcastRequest
  - `workspace_id` string, required — The ID of the workspace
  - `id` string, required — ID of the broadcast to resume

## Response `200`

Broadcast resumed successfully

- object
  - `success` boolean

## Other responses

- `400` — Bad request - validation failed
- `401` — Unauthorized - invalid or missing authentication token
- `404` — Broadcast not found
- `500` — Internal server error

## Changes

- **2025-11-14** `940c5636d0b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/broadcasts.resume/post.md)

---

[API](https://skmtc.dev/pierre-b/apis/notifuse-api.md) · [All operations](https://skmtc.dev/pierre-b/apis/notifuse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pierre-b/notifuse-api/revisions/d26605f2fc47/schema)
