---
title: "Send push notification to all users"
method: POST
path: "/notifications/push/send/all"
tags: ["push-notifications"]
---

# Send push notification to all users

`POST /notifications/push/send/all`

Broadcasts a push notification to all active device tokens in the system. Use with caution for large user bases.

## Request body

- PushNotificationPayloadDto
  - `title` string, required — Notification title
  - `body` string, required — Notification body
  - `data` object — Additional data payload
  - `imageUrl` string — Image URL for notification
  - `clickAction` string — Click action for Android

## Response `200`

Broadcast notification sent successfully

- NotificationResponseDto
  - `successCount` number, required — Number of successful notifications sent
  - `failureCount` number, required — Number of failed notifications
  - `results` string[], required — Detailed results for each notification attempt

## Other responses

- `400` — Bad request - Invalid payload

---

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