Subscription Channels
{ "jsonrpc": "2.0", "method": "public/subscribe", "id": 42, "params": { "channels": [ "user.access_log" ] }}
{ "data": { "timestamp": 1632488963633, "log": "success", "ip": "8.9.10.11", "id": 243343, "country": "China", "city": "Pekin" }}
Security event notifications for the account.
Use this channel to monitor account-related security events (e.g., access log entries) and build alerting around suspicious activity.
Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Server sends subscription notification data
Was this page helpful?