List notifications

GET/api/v1/notifications

Get the caller's notification feed across all scopes

Operation ID: list_notifications_api_v1_notifications_get·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

scopeNotificationScopeEnumdefault: me

Scope: 'me' (default), 'business', or 'firm'

scope_idstring

Required when scope is 'business' or 'firm'

statusarray · NotificationStatusEnum

Filter to one or more statuses

topicarray · NotificationTopicEnum

Filter to one or more topics

severityarray · NotificationSeverityEnum

Filter to one or more severities

include_terminalbooleandefault: False

Include resolved + dismissed rows

include_snoozedbooleandefault: False

Include snoozed rows whose timer hasn't elapsed

include_livebooleandefault: True

Merge live alerts (low cash, plaid stale, etc.) as virtual rows when a business context is available.

live_business_idstring

When scope='me', merge live alerts for this specific business id. Ignored for scope='business' which uses scope_id as the business context.

cursorstring

Pagination cursor

limitintegerdefault: 50

Page size

Responses

200Successful Response

successboolean
messagestring
codestring
dataNotificationListResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject