Skip to main content
GET
/
v1
/
admin
/
notifications
/
notification-settings
Get notification settings
curl --request GET \
  --url https://{operatorDomain}/v1/admin/notifications/notification-settings \
  --header 'Authorization: Bearer <token>'
{
  "remindersEnabled": true,
  "defaultChannel": "email",
  "quietHours": {}
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

Notification settings

remindersEnabled
boolean
defaultChannel
string
Example:

"email"

quietHours
object