GET /conversations/statuses
Operation ID: —
Auth: unknown
Description
Retrieve conversations that you are participating in with users who exists within the same bubble, along with your current relationship with the conversations. The user_a / user_b properties of the conversation are populated with as much data as is available if the user is not you. If the user is you, only the id field is populated. There is a separate status endpoint to retrieve relationship information for individual conversations. Optionally filter: 'new' to only show conversations with messages you haven't yet seen; 'introductions' to only show conversations where users have introduced themselves to you but nothing more; 'unreplied' to only show conversations where you have introduced yourself to other users but nothing more; 'notifications' to show all conversations where the other user was the last person to message. Optionally only show conversations engaging within the existing access token's bubble. This report is limited to your ~500-1000 most recently active conversations you've engaged in within current the access token's bubble.
Parameters (5)
(boolean, query, optional, default: False)
(string, query, optional)
Constraints: {'enum': ['new', 'introductions', 'unreplied', 'notifications']}
(boolean, query, optional, default: False)
(integer, query, optional, default: 50)
(integer, query, optional, default: 0)
No probe data for this endpoint yet.