---
title: "broadcast"
method: POST
path: "/system/broadcast/{path}"
tags: ["system"]
---

# broadcast

`POST /system/broadcast/{path}`

### Asynchronously broadcast a message to the KAR runtime

Broadcast asynchronously executes a `POST` on the `path` endpoint
of all other KAR runtimes that are currently part of the application.
The runtime initiating the broadcast is not included as a recipient.
A `200` response indicates that the request to send the broadcast
has been accepted and the POST will eventually be delivered to all targeted
runtime processes.

## Path parameters

- `path` string, required

## Request body

- object

## Response `200`

A success message.

## Changes

- **2020-05-01** `d9f9d9f05f2d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ibm/apis/kar/changes/system/broadcast/:path/post.md)

---

[API](https://skmtc.dev/ibm/apis/kar.md) · [All operations](https://skmtc.dev/ibm/apis/kar/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/kar/revisions/d9f9d9f05f2d/schema)
