PATCH
/
user
/
notifications
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
  }
}

Headers

Authorization
string
required

Accepts authorization or unsubscribe tokens

Body

application/json

Subscribe the user to specific types of notifications

Response

200
application/json

OK

The response is of type object.