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

# Create notification

`POST /rest/notifications`

Create a new notification.

## Parameters

- `#/paths/~1auth~1user/post/parameters/0` — unresolved $ref

## Request body

- object
  - `notify_uri` string, url, required — Notification messages will be sent to this URL. The URL schemes https and http are used for webhooks.
  - `observe_key` string, required — Notification key
  - `state` State — unresolved $ref

## Response `200`

Notification details.

- Schema — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref

---

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