Skip to main content
GET
/
api
/
notification
/
record
/
subcount
查询通知未读计数
curl --request GET \
  --url https://api.example.com/api/notification/record/subcount \
  --header 'Authentication: <authentication>'
{
  "code": 200,
  "message": "操作成功",
  "result": 48,
  "success": true,
  "timestamp": 1677894599868
}

Headers

Authentication
string
required

Response

200 - application/json

The response is of type object.