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 'https://mygatewayurl.com/V1/storeview/{store-view-code}/customer/c2c/unread-message-count' --header 'Content-Type: application/json' --header 'Authorization: Bearer {customer-token}' --data ''
