Skip to content

Get a specific notification

GET
/notifications/{id}
curl --request GET \
--url http://localhost:8000/api/v1/notifications/1 \
--header 'Authorization: Bearer <token>'
id
required
integer

Successful operation

Media type application/json
object
id
integer
type
string
Allowed values: reminder alert achievement system
title
string
body
string
nullable
data
object
read_at
string format: date-time
nullable
created_at
string format: date-time
Example
{
"type": "reminder"
}

Notification not found