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.
All conversations in the inbox have been read.
Count of conversations user is in.
List of unread conversations uids.
Count of unread conversations in the inbox.