bruno/memori-backend/Notification/Gets the Notification objects for the currently logged in user-.bru
2024-07-16 11:15:30 +03:00

16 lines
236 B
Plaintext

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