---
title: "Get unread chats, messages, and notifications count for a creator"
method: GET
path: "/creators/{creatorUserUuid}/chats/unread"
---

# Get unread chats, messages, and notifications count for a creator

`GET /creators/{creatorUserUuid}/chats/unread`

Returns the count of unread chats, total unread messages, and unread notifications by type for the specified creator.

## Path parameters

- `creatorUserUuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

Unread counts retrieved successfully

- object
  - `unreadChatsCount` number, required — Number of conversations with unread messages
  - `unreadMessagesCount` number, required — Total number of unread messages across all chats
  - `unreadNotifications` object, required — Counts of unread notifications by type
    - `newFollower` number, required — Number of unread new follower notifications
    - `newPostComment` number, required — Number of unread post comment notifications
    - `newPostLike` number, required — Number of unread post like notifications
    - `newPurchase` number, required — Number of unread purchase notifications
    - `newSubscriber` number, required — Number of unread new subscriber notifications
    - `newTip` number, required — Number of unread tip notifications
    - `newPromotion` number, required — Number of unread promotion notifications

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[API](https://skmtc.net/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.net/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/c5ddcd5c7e72/schema)
