---
title: "Notification endpoint"
method: POST
path: "/notification"
tags: ["Wallet"]
---

# Notification endpoint

`POST /notification`

## Request body

- NotificationRequest — Request payload for sending a notification event
  - `event` string, required — Type of the event being notified
  - `event_description` string — A human-readable description of the event
  - `notification_id` string — Unique identifier for the notification event

## Response `204`

Notification processed successfully

## Other responses

- `400` — Invalid notification request

---

[API](https://skmtc.dev/sphereon-opensource/apis/sphereon-oid4vci-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/sphereon-oid4vci-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/sphereon-oid4vci-api/revisions/bc177bfc5928/schema)
