---
title: "Notification to all profiles in app"
method: POST
path: "/notification/send_to_all/"
tags: ["notification"]
---

# Notification to all profiles in app

`POST /notification/send_to_all/`

Send a notification to all registered devices in the app.

## Request body

- Notification
  - `title` string, required
  - `body` string, required
  - `schedule` string, date-time, nullable — date and time to send notification
  - `link` string

## Response `201`

Created

- Notification
  - `title` string, required
  - `body` string, required
  - `schedule` string, date-time, nullable — date and time to send notification
  - `link` string

---

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