Get App Notifications
Fetches global system-wide notifications (e.g., maintenance alerts, new feature announcements).
Endpoint
Section titled “Endpoint”POST
/misc/v1/getappnotificationsRequest Body
Section titled “Request Body”curl -X POST https://api.juspredict.com/misc/v1/getappnotifications \-H 'Authorization: Bearer YOUR_TOKEN' \-H 'Content-Type: application/json' \-d '{}'{}Response Body
Section titled “Response Body”{"status": { "type": "SUCCESS" },"notifications": [{ "name": "System Maintenance", "message": "We will be down for 2 hours tonight.", "type": "ERROR"}]}{"status": {"type": "ERROR","details": [ { "code": "401", "message": "Unauthorized access token." }]}}Response Fields
Section titled “Response Fields”| Field | Type | Description |
|---|---|---|
status | Status | Operation status. |