GET
/
notifications
/
preferences
Get notification preferences
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/notifications/preferences
{
  "emailEnabled": true,
  "inAppEnabled": true,
  "pushEnabled": true
}

Response

200 - */*

OK

emailEnabled
boolean
inAppEnabled
boolean
pushEnabled
boolean