> ## Documentation Index
> Fetch the complete documentation index at: https://docs-sms.mifumolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Unread Count

Get count of unread notifications.

## Success Response (200)

<ResponseField name="unread_count" type="integer">
  Number of unread notifications
</ResponseField>

<ResponseExample>
  ```json theme={null}
  {
    "unread_count": 5
  }
  ```
</ResponseExample>
