Docs
Get Preferences
GET /notification-preferences
GET
/notification-preferencesReturns the notification preferences for the authenticated user. Preferences control which delivery channels are active and which event types generate notifications for the user.
Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <token> | Optional | Authenticate via OAuth2 in Bruno. |
Response
| Field | Type | Description |
|---|---|---|
| userId | Guid | The user these preferences belong to. |
| inAppEnabled | bool | Whether in-app notifications are enabled. |
| emailEnabled | bool | Whether email notifications are enabled. |
| pushEnabled | bool | Whether push notifications are enabled. |
| smsEnabled | bool | Whether SMS notifications are enabled. |
| emailAddress | string | Email address used for notification delivery. |
| assignments | string | JSON-serialized per-event-type assignment preferences. |