Skip to main content
GET
/
v1
/
notifications
/
unread
/
count
Get Unread Count
curl --request GET \
  --url https://api.mixpeek.com/v1/notifications/unread/count \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

user_id
string | null

Response

Successful Response

The response is of type Response Get Unread Count V1 Notifications Unread Count Get · object.