Docs

Get Preferences

GET /notification-preferences

GET/notification-preferences

Returns 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

FieldTypeRequiredDescription
BearerAuthorization: Bearer <token>OptionalAuthenticate via OAuth2 in Bruno.

Response

FieldTypeDescription
userIdGuidThe user these preferences belong to.
inAppEnabledboolWhether in-app notifications are enabled.
emailEnabledboolWhether email notifications are enabled.
pushEnabledboolWhether push notifications are enabled.
smsEnabledboolWhether SMS notifications are enabled.
emailAddressstringEmail address used for notification delivery.
assignmentsstringJSON-serialized per-event-type assignment preferences.