简体中文
User notification unread count
cURL
curl --request GET \ --url https://app.teable.cn/api/notifications/unread-count \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "unreadCount": 1 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response, return user notification unread count.
The response is of type object.
object