Skip to content

Get App Notifications

Fetches global system-wide notifications (e.g., maintenance alerts, new feature announcements).

POST/misc/v1/getappnotifications
Terminal window
curl -X POST https://api.juspredict.com/misc/v1/getappnotifications \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{}'
{
"status": { "type": "SUCCESS" },
"notifications": [
{
"name": "System Maintenance",
"message": "We will be down for 2 hours tonight.",
"type": "ERROR"
}
]
}
FieldTypeDescription
statusStatusOperation status.