Get unread notifications count
GET
/v1/spotMembers/{spotMemberId}/notifications~unreadCount
curl \
--request GET 'https://openapi.meltingspot.io/v1/spotMembers/{spotMemberId}/notifications~unreadCount'
Response examples (200)
{
"count": 42.0,
"countByTypes": [
{
"type": "AskJoinPrivateSpot",
"count": 42.0
}
]
}