Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
form
enum<string>
required
Available options:
banner,
toast,
modal,
sidebar-card
level
enum<string>
required
Available options:
info,
warning,
critical,
success
title
object
required
message
object
required
audience
object
required
startTime
string<date-time>
required
endTime
string<date-time>
required
options
object

Response

201 - application/json

The published announcement

id
string
required
form
enum<string>
required
Available options:
banner,
toast,
modal,
sidebar-card
level
enum<string>
required
Available options:
info,
warning,
critical,
success
title
object
required
message
object
required
options
object | null
required
startTime
string
required
endTime
string
required
audience
object
required
status
enum<string>
required
Available options:
scheduled,
active,
expired,
withdrawn
withdrawnTime
string | null
required
createdBy
object
required
createdTime
string
required
Last modified on September 15, 2026