Mark item read or dismiss

POST /api/v1/attention/{item_id}/read

Mark an attention item read. Inbox items get read_at set; live alerts are dismissed for this user (until they clear dismissals).

Operation ID: mark_item_read_api_v1_attention__item_id__read_post · 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

Path

item_id string required

Responses

201 Successful Response

401 Unauthorized - Authentication required

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object