bruno/memori-backend/Notification/Gets the Notification objects for the currently logged in user.bru

16 lines
222 B
Plaintext
Raw Permalink Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Gets the Notification objects for the currently logged in user.
2024-07-16 10:15:30 +02:00
type: http
seq: 2
}
get {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/api/v2/UserNotifications/:strToken
2024-07-16 10:15:30 +02:00
body: none
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strToken:
2024-07-16 10:15:30 +02:00
}