Skip to main content
POST
Create or dismiss a system notification

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,
dismiss,
delete
csrf_token
string
required
Example:

"abc123def456"

title
string
Example:

"Scheduled Maintenance"

body
string
Example:

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

type
enum<string>
Available options:
info,
warning,
critical
Example:

"info"

notification_id
integer
Example:

1

Response

Notification actioned

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"