Skip to main content

List Notification Preferences for tenant.

GET 

/notification-preferences/:key

Returns a list of notification preferences for tenant.

Request

Responses

Return preference for the given notification key.

Schema
  • Array [
  • key string

    The template notification key.

    mediums Medium[]

    Possible values: [EMAIL, SMS, PHONE, SLACK, TEAMS]

    List of preferred notification mediums, i.e., the mediums (or method) for which notifications are enabled. More mediums may be added in the future.

    modified date-time

    Modified date of preference

  • ]
Loading...