Account Management
Private

Marks a specific announcement as read. Once marked as read, the announcement will no longer appear in the get_new_announcements response, though it will still be available through get_announcements.

This helps track which announcements have been viewed and reduces notification clutter.

Scope: account:read_write

Try in API console

get/private/set_announcement_as_read

Query parameters

announcement_idnumber required
Example:1550058362418

the ID of the announcement

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

result'ok' required

Result of method execution. ok in case of success

Changes

No recorded changes to this endpoint across all 7 revisions of this API.