bruno/memori-backend/Notification/Gets the Notification objects for the currently logged in user.bru
2025-03-26 16:08:31 +02:00

16 lines
222 B
Plaintext

meta {
name: Gets the Notification objects for the currently logged in user.
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/v2/UserNotifications/:strToken
body: none
auth: none
}
params:path {
strToken:
}