---
title: "Send test notification to current user"
method: POST
path: "/push-notifications/test"
tags: ["Push Notifications"]
---

# Send test notification to current user

`POST /push-notifications/test`

Send a test notification to the current user's devices.
Useful for testing push notification setup.

## Response `200`

Successful Response

- PushNotificationResponse
  - `success_count` integer, required — Number of successful notifications sent
  - `failure_count` integer, required — Number of failed notifications
  - `total_tokens` integer, required — Total number of tokens processed
  - `failed_tokens` string[] — List of failed tokens
  - `details` object, nullable — Additional response details

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
