POST
/
user
/
notifications
/
update
curl --request POST \
  --url https://api.icepanel.io/v1/user/notifications/update
{
  "notifications": {
    "catalogTechnology": true,
    "comments": true,
    "exports": true,
    "invites": true,
    "onboarding": true
  }
}

Query Parameters

authorization
string
required

Accepts authorization or unsubscribe tokens

update
object
required

Subscribe the user to specific types of notifications

Response

200
application/json
OK
notifications
object
required

Subscribe the user to specific types of notifications