Files
lst_v3/brunoApi/notifications/Subscribe to notification.bru
Blake Matthes 87f738702a
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m25s
docs(notifcations): docs for intro, notifcations, reprint added
2026-04-10 21:35:12 -05:00

25 lines
387 B
Plaintext

meta {
name: Subscribe to notification
type: http
seq: 2
}
post {
url: {{url}}/api/notification/sub
body: json
auth: inherit
}
body:json {
{
"userId":"m6AbQXFwOXoX3YKLfwWgq2LIdDqS5jqv",
"notificationId": "0399eb2a-39df-48b7-9f1c-d233cec94d2e",
"emails": ["blake.matthes@alpla.com","blake.matthes@alpla.com"]
}
}
settings {
encodeUrl: true
timeout: 0
}