---
title: "Create a new notification"
method: POST
path: "/notifications/global"
tags: ["notifications"]
---

# Create a new notification

`POST /notifications/global`

## Request body

- object
  - `message` string, required

## Response `201`

Notification created successfully

- object
  - `status` string
  - `message` string
  - `status_code` integer
  - `data` object
    - `notifications` object[]
      - `notification_id` string
      - `userId` string
      - `message` string
      - `is_read` boolean
      - `created_at` string, date-time

## Other responses

- `400` — Invalid request
- `401` — Unauthorized request

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
