---
title: "Send Notification"
method: POST
path: "/notifications/send"
tags: ["notifications"]
---

# Send Notification

`POST /notifications/send`

Send a push notification to users.
Supports both iOS and other platforms.
Only sends to the most recently updated token per user per platform.

## Request body

- NotificationPayload — Model for sending a notification to users
  - `title` string, required
  - `body` string, required
  - `data` object, nullable
  - `user_ids` string[], nullable
  - `tokens` string[], nullable
  - `topic` string, nullable
  - `image_url` string, nullable
  - `badge` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
