cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/notifications \ --header 'X-Eflow-Api-Key: <api-key>'
[ { "notification_id": 123, "network_id": 123, "title": "<string>", "message": "<string>", "type": "<string>", "is_read": true, "time_created": 123 } ]
Retrieve all notifications for the network. Returns system notifications, alerts, and messages relevant to the authenticated network user.
The Everflow API key generated from the Control Center > Security.
OK
Unique notification ID.
Network ID.
Notification title.
Notification message body.
Notification type.
Whether the notification has been read.
Unix timestamp of creation.
Was this page helpful?