Skip to main content
GET

Headers

string
required
Bearer token for authentication
string
required
The tenant ID to scope the announcements

Response

boolean
Indicates if the request was successful
array
Array of active announcement objects with read status

Notes

  • Only returns announcements that are:
    • Status is published
    • Not scheduled in the future (scheduled_at is null or in the past)
    • Not expired (expires_at is null or in the future)
  • Results are ordered by priority (high first) then by creation date (newest first)
  • The is_read and is_dismissed fields are specific to the authenticated user
  • Dismissed announcements are excluded from the results