v1
latestOpenAPI 3.0.02026-07-14282938.4 KBNotifications
Retrieve a specific notification.
get/notifications/{notification_id}
Path parameters
notification_idstring required
The notification identifier.
Response
A single notification.
Example response
{
"id": "123",
"title": "New registration",
"body": "Description",
"status": "UNREAD",
"received_on": "2025-11-28T22:59:00+01:00"
}