---
title: "Add a new broadcasts to the card"
method: POST
path: "/v1/broadcasts.json"
tags: ["broadcasts"]
---

# Add a new broadcasts to the card

`POST /v1/broadcasts.json`

Created broadcasts

## Query parameters

- `token` string, required

## Request body

- object
  - `message` string
  - `broadcast_end_date` string
  - `is_broadcast` integer

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `message` string
  - `broadcast_end_date` string
  - `is_broadcast` integer

## Other responses

- `405` — Invalid input

---

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