AlphaAlpha Docs
API ReferenceNotification settings

Get current user's notification settings

GET
/notifications/settings/me
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/notifications/settings/me"
{
  "digestFrequency": "OFF",
  "disabledEmailScopes": [
    "string"
  ],
  "disabledInAppScopes": [
    "string"
  ],
  "disabledPushScopes": [
    "string"
  ],
  "disabledScopes": [
    "string"
  ],
  "enabledCategories": [
    "ERP"
  ],
  "id": "string",
  "inAppNotificationSoundEnabled": true,
  "inAppNotificationsEnabled": true,
  "pushNotificationsEnabled": true,
  "userId": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}