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

# Send a test notification

`POST /v1/notifications/test`

Sends a test push notification to the specified ntfy.sh topic. Use this to verify your ntfy topic is configured correctly.

## Request body

- object
  - `topic` string, required — ntfy.sh topic name or full URL (e.g. `my-topic` or `https://ntfy.sh/my-topic`)

## Response `200`

Default Response

- object
  - `ok` boolean

---

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