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

# Send test notification

`POST /api/notifications/test`

Send a test push notification to all your registered devices. Simple endpoint for testing FCM integration.

## Request body

- TestNotificationRequest — Request model for testing push notifications.
  - `title` string — Notification title
  - `body` string — Notification body

## Response `200`

Successful Response

- TestNotificationResponse — Response model for test notification.
  - `message` string, required — Status message
  - `success_count` integer, required — Number of successful notifications sent
  - `failure_count` integer, required — Number of failed notifications
  - `total_devices` integer, required — Total number of devices with FCM tokens

## Other responses

- `422` — Validation Error

---

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