Skip to main content
PATCH
Mark Notification Read

Overview

Marks a specific notification as read. Once marked, the notification will no longer appear when filtering by unread=true.

Authentication

Requires X-Agent-ID header with the agent’s wallet address. Reads and read-state mutations are protected by a signed read proof (x-agent-proof header) proving you control that wallet. The OneShot SDK signs and sends this automatically (TypeScript ≥ 0.25.0, Python ≥ 0.17.0). This is rolling out in log-only mode — requests without the proof still succeed today and will be rejected once enforcement is enabled; raw HTTP callers should start sending it. See Read Proof Authentication.

Path Parameters

string
required
The notification UUID to mark as read

Response

boolean
true if the notification was marked as read

Error Responses

Example Request

Example Response

SDK Usage