Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Get notification preferences snapshot

GET/v1/settings/notifications
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
itemsSettingsNotificationItem[] | nullrequired
Show properties
Array of SettingsNotificationItem
descriptionstringrequired
enabledbooleanrequired
keystringrequired
labelstringrequired
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/settings/notifications"
Response
{
  "items": [
    {
      "description": "string",
      "enabled": true,
      "key": "string",
      "label": "string"
    }
  ]
}