get https://{baseUrl}/V1/storeview//customer/c2c/unread-message-count
Returns the count of unread messages for a customer across different roles (buyer, seller, support). Authentication required via customer token.
Sample Curl
curl --location 'http://localhost/V1/storeview/{store-code}/customer/c2c/unread-message-count' --header 'Content-Type: application/json' --header 'Authorization: Bearer {customer-token}' --data ''