Get a notification and mark it as read
Notifications
Get a notification and mark it as read
Returns the underlying announcement and upserts
user_announcement_state.read = true for the current user.
The first GET creates the per-user state row.
Open to any authenticated user; rate-limited to 100 calls per minute.
GET
Get a notification and mark it as read
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Notification identifier - equal to the underlying announcement id (lazy model).
Maximum string length:
64Pattern:
^[a-zA-Z0-9_-]+$