Announcements
Get Active Announcements
Retrieve all active (published and not expired) announcements for the current tenant with read status
GET
Documentation Index
Fetch the complete documentation index at: https://docs.urban-things.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer token for authentication
The tenant ID to scope the announcements
Response
Indicates if the request was successful
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)
- Status is
- Results are ordered by priority (high first) then by creation date (newest first)
- The
is_readandis_dismissedfields are specific to the authenticated user - Dismissed announcements are excluded from the results