Get Support Settings
GET/api/support/settings
Returns the account's customer-side support settings: the default watchers who are added to every new ticket, expanded with their names, plus the account's member list and whether the caller may change the settings. Any member of the account can read this.
support:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Response fields (data)
tenant_id(string) — the current tenantdefault_watcher_user_ids[](array of integers) — user ids automatically added as watchers to every new ticket in this accountdefault_watchers[](array) — those users expanded:id,name,emailmembers[](array, sorted by name) — every member of the account (id,name,email), so a client can offer the valid choicescan_edit(boolean) — whether the caller holds thesettings.updatepermission needed by Update Support Settings
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.