---
title: "create notification"
method: POST
path: "/notifications"
tags: ["Notifications"]
---

# create notification

`POST /notifications`

># Notification can be assigned to a driver or a delivery or both

## Request body

- object — Notifications to add
  - `_id` string
  - `title` string
  - `content` string
  - `arguments` string
  - `thingId` string
  - `driverId` string
  - `deliveryId` string

## Response `200`

Notification added

- object
  - `meta` unknown
  - `data` Notification
    - `_id` string
    - `title` string
    - `content` string
    - `arguments` string
    - `thingId` string
    - `driverId` string
    - `deliveryId` string

## Other responses

- `403` — Not authorized access

---

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