/api/notifications/v1/user/subscriptionsRetrieves the notification subscriptions for the authenticated user. Supports optional filtering by communication channel, category name, and notification name. Returns a list of subscriptions relevant to the user's preferences.
channelstringcategoryNamestringnotificationNamestringnotificationSubscriptions array[object] required id string <uuid>userId string <uuid>notificationName string required categoryName string required channel string required isSubscribed boolean required createdAt string <date-time>required updatedAt string <date-time>required isMandatory boolean required name string required ValidationFailed IllegalArgument BadRequest DataIntegrityError NotImplementedError RETRIGGER_RATE_LIMITED USER_CREATION_FAILED USER_FALLBACK_FAILEDerror string required status integer <int32>required 400name string required UnexpectedError ThirdPartyError DatabaseError USER_FALLBACK_TIMEOUTerror string required status integer <int32>required 500