---
title: "Send notification"
method: POST
path: "/v1/notifications"
tags: ["notifications"]
---

# Send notification

`POST /v1/notifications`

Sends a notification event to all connected SSE clients, including the TUI app which can display native macOS notifications

## Request body

- InternalHandlersNotificationPayload
  - `body` string
  - `subtitle` string
  - `title` string
  - `url` string

## Response `200`

Success response

- object

## Other responses

- `400` — Bad request

---

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