Get Support Notification Preferences
GET/api/support/notification-preferences
Returns the signed-in user's own support notification switches. A user who has never saved preferences gets the defaults (in-app on, email copies on, no digest). Preferences are per user, not per tenant.
support:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Response fields (data)
in_app(boolean) — receive an in-app notification when an agent replies, when a ticket's status changes, or when a fix for one of your tickets ships. Default trueemail_replies(boolean) — receive an email copy of agent replies on tickets you raised or watch. Default truedigest(string) — one of:none,daily.dailysends one email a day summarising what changed on your organisation's tickets (nothing is sent on days with no changes). Defaultnone
Authentication: Bearer token with the support:read scope, or an authenticated session. Customer endpoints run in tenant context — send the X-Tenant-Id header or call from a tenant subdomain.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthorized
Response Headers
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.