{
"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"
}
}Get notifications about security events related to the account
{
"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"
}
}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?