curl --request GET \
--url https://api.icepanel.io/v1/user/notifications \
--header 'Authorization: <authorization>'
{
"notifications": {
"catalogTechnology": true,
"comments": true,
"exports": true,
"invites": true,
"onboarding": true
}
}
curl --request GET \
--url https://api.icepanel.io/v1/user/notifications \
--header 'Authorization: <authorization>'
{
"notifications": {
"catalogTechnology": true,
"comments": true,
"exports": true,
"invites": true,
"onboarding": true
}
}
Accepts a users notification key
OK
The response is of type object
.