v5

latestOpenAPI 3.0.0raw.githubusercontent.com2025-09-30102742.8 KB
Wallet

Notification endpoint

post/notification

Request body

eventstring required

Type of the event being notified

event_descriptionstring

A human-readable description of the event

notification_idstring

Unique identifier for the notification event

Example request

{
  "event": "CREDENTIAL_ISSUED",
  "event_description": "Credential issuance was successful.",
  "notification_id": "notif-12345"
}

Response

Notification processed successfully