Skip to content

Fetch Notifications

GET
/v2/user/notifications

Get unread notifications.

Responses

200

200

Array<object>
object
id
required
string
creation_ts
required
number
event
required
string
data
nullable
read
boolean
read_ts
number
[
{
"id": "a140cd3f-c211-4700-9c70-1dfec45f8bfd",
"creation_ts": 1707729495442,
"event": "deposit/lightning/success",
"data": {
"amount": 1337,
"description": ""
},
"read": false
}
]

400

400