API Reference
Banners
List all banners
Returns all system banners (active and inactive).
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Create a banner
Creates a new system-wide banner notification.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredBanner details
activebooleandismissiblebooleanendsAtstringmessagestringseveritystringstartsAtstringCreated
Delete a banner
Permanently removes a system banner.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringBanner ID
Format:
"uuid"OK
Update a banner
Updates an existing banner's content, type, or active status.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredUpdated banner
activebooleandismissiblebooleanendsAtstringmessagestringseveritystringstartsAtstringPath Parameters
idRequiredstringBanner ID
Format:
"uuid"OK
Get active banners
Returns all currently active system banners. No authentication required.
OK
Was this page helpful?