> For the complete documentation index, see [llms.txt](https://docs.tnid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tnid.com/api-reference/002_company/012_notifications/002__get_unread_notification_count_as_company.md).

# Get Unread Notification Count (Company)

GraphQL endpoint: `/company`

Returns the number of unread notifications for the calling company.

## Query

```graphql
query {
  unreadNotificationCount
}

```

## Variables

```json
{}
```

## Response

```json
{
  "data": {
    "unreadNotificationCount": 3
  }
}
```
