🚀 New App Builder Engine is Beta! See our changelog for details.
cURL
curl --request GET \ --url https://app.teable.ai/api/notifications/unread-count \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "unreadCount": 1 }
User notification unread count
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response, return user notification unread count.
x >= 0
Was this page helpful?