curl --request POST \
--url https://api.icepanel.io/v1/user/notifications/update
{
"notifications": {
"catalogTechnology": true,
"comments": true,
"exports": true,
"invites": true,
"onboarding": true
}
}
curl --request POST \
--url https://api.icepanel.io/v1/user/notifications/update
{
"notifications": {
"catalogTechnology": true,
"comments": true,
"exports": true,
"invites": true,
"onboarding": true
}
}
Accepts authorization or unsubscribe tokens
Subscribe the user to specific types of notifications
OK
The response is of type object
.