Substy Developers
Inbox and fans

Get creator unread count

Read the creator's current unread-message or unread-conversation counts returned by the platform.

GET/v1/agencies/{agencyId}/creators/{creatorId}/conversations/unread-count

Read the creator's current unread-message or unread-conversation counts returned by the platform.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
creatorId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/creators/string/conversations/unread-count" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "creatorId": "string",    "unreadCount": 0  },  "meta": {    "requestId": "string"  }}