GET
/
notifications
/
unread-count
curl --request GET \
  --url https://app.teable.io/api/notifications/unread-count \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "unreadCount": 1
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful response, return user notification unread count.
unreadCount
integer
required
Required range: x > 0