Get all conversations with unread messages.
cURL
curl --request GET \ --url https://api-staging.respondent.io/v1/messaging/messages/inbox \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-secret: <x-api-secret>'
{ "read": true, "count": 123, "unreadIds": [ "<string>" ], "unreadCount": 123 }
Filter by external researcher id.
Filter by projectId.
The response is of type object.
object