v3
latestOpenAPI 3.0.02026-07-311784111.3 MBAccount Management
Private
Retrieves only unread announcements for the authenticated account. Announcements are marked as read when you use the set_announcement_as_read method or view them through the web interface.
This method is useful for displaying notification badges or highlighting new announcements that require the user's attention.
Scope: account:read
get/private/get_new_announcements
Response
Success response
Example response
{
"result": [
{
"body": "An announcement",
"publication_timestamp": 1527844253000,
"id": 19288317,
"title": "Example announcement"
}
]
}