curl --request GET \
--url "${UNSTRUCTURED_API_URL}/api/v1/notifications/unread-count" \
--header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{
"unread_count": 5
}
Notification
Get notifications unread count
Get count of unread notification events for the current user.
GET
/
api
/
v1
/
notifications
/
unread-count
curl --request GET \
--url "${UNSTRUCTURED_API_URL}/api/v1/notifications/unread-count" \
--header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{
"unread_count": 5
}
Query parameters
string
Filter unread count to a specific workflow.
Response
integer
required
Number of unread notification events.
curl --request GET \
--url "${UNSTRUCTURED_API_URL}/api/v1/notifications/unread-count" \
--header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{
"unread_count": 5
}
Was this page helpful?

