curl --request PATCH \
--url https://api.icepanel.io/v1/user/notifications \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"catalogTechnology": true,
"comments": true,
"exports": true,
"invites": true,
"onboarding": true
}'
{
"notifications": {
"catalogTechnology": true,
"comments": true,
"exports": true,
"invites": true,
"onboarding": true
}
}
curl --request PATCH \
--url https://api.icepanel.io/v1/user/notifications \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"catalogTechnology": true,
"comments": true,
"exports": true,
"invites": true,
"onboarding": true
}'
{
"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
.