Get an app install's notification settings
Returns the notification settings an app declares for the given install. Each
setting’s id is the value to pass as notificationSettingId when creating a
notification via POST /v1/notifications. Installs whose backing app declares no
notification settings return an empty notifications array.
Authorizations
Path Parameters
Unique identifier of the app install
Response
OK
ActionLabel is the app's generic "[verb] [count] [noun]" label, present only when declared.
Notifications is every notification setting the app exposes for this install. Empty when the
install's backing app declares no settings. A setting's id is the value to pass as
notificationSettingId when creating a notification via POST /v1/notifications. If the
recipient's preferences disable every requested delivery target for a setting, that POST
creates nothing and returns 202.
"notificationSettings"