Query Parameters
Accepts authorization or unsubscribe tokens
Subscribe the user to specific types of notifications
Response
OK
Subscribe the user to specific types of notifications
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
Show child attributes
OK
Subscribe the user to specific types of notifications
Show child attributes