What announcements are
Announcements are service notices we publish: scheduled maintenance, incidents, product updates, and breaking changes. They are the same for every customer, so there is no per-account targeting and nothing to subscribe to. The dashboard shows each announcement once as a modal. If you have built your own integration, poll the endpoint below so your users hear about a maintenance window before it starts rather than when calls begin failing.Announcements are read-only. There is no API for creating, editing, or deleting one. Both operations below are free and consume no credits.
List active announcements
Returns every announcement currently inside its visibility window, newest first.Fields
An empty
data array is the normal state and means there is nothing to announce.
Mark an announcement as seen
Records that the current user has seen an announcement so it is not shown again.404 if the ID is not a valid announcement, including the case where the announcement expired or was withdrawn between your list call and your dismissal. That is safe to ignore.