Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

auditId
string
required

The audit ID

Response

200 - application/json

Organization notifications record

Organization notifications record returned by the auditor API.

Ad-hoc single-row payload per domain mirroring the shape of the Organization → Notifications page. Only id is guaranteed; every other field is optional because controlled audit views can strip any column from the response.

id
string
required

Domain identifier of the audited organization.

Example:

"5f2c939a52855e725c8d5824"

preferredTimeZone
string | null

IANA timezone identifier that determines when scheduled reminder notifications are sent. null means the organization has no configured preference ("Anytime" in the UI).

Example:

"America/New_York"

employeeDigestFrequency
string | null

Frequency at which personnel reminder digests are sent (e.g. DAILY, WEEKLY, or NEVER). null when no notification settings have been configured for the organization.

Example:

"WEEKLY"

subscribedChannelTypes
string[]

Channels on which the personnel reminder digest is delivered (e.g. ["EMAIL"] or ["EMAIL", "SLACK"]).

Example:
externalNotifications
object[]

External notification subscriptions — one row per mailing-list address plus category pairing. Covers Compliance, Vendors, Access Reviews, and Trust Center categories.