Skip to main content
POST
Create a notice

Authorizations

Authorization
string
header
required

All API requests must include a valid Bearer token in the Authorization header. Tokens are 64-character SHA-256 session hashes issued by the PropOps authentication system.

Example:

Body

application/json
action
enum<string>
required
Available options:
create
csrf_token
string
required
Example:

"abc123def456"

title
string
Example:

"Scheduled Maintenance"

body
string
Example:

"The platform will be offline on 01/07/2026 from 02:00–04:00 UTC."

target_account_types
integer[]
Example:
target_account_ids
integer[]
Example:

Response

Notice created

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"