v1

latestOpenAPI 3.0.02026-07-14282938.4 KB
Notifications

Retrieve a specific notification.

get/notifications/{notification_id}

Path parameters

notification_idstring required

The notification identifier.

Response

A single notification.

idstring
titlestring
bodystring
status'READ' | 'UNREAD'
received_onstring date-time
read_onstring date-time nullable

Example response

{
  "id": "123",
  "title": "New registration",
  "body": "Description",
  "status": "UNREAD",
  "received_on": "2025-11-28T22:59:00+01:00"
}