List User Streams
Returns a list of all the streams of which the requesting user is a member, sorted by creation date (ascending - oldest to newest).
Last updated
Was this helpful?
Returns a list of all the streams of which the requesting user is a member, sorted by creation date (ascending - oldest to newest).
Last updated
Was this helpful?
streamTypes
: A list of stream types (defined as an object) that will be returned. Options are IM (1-1 instant messages), ROOM (rooms), POST (the user's wall).
📘 Overview of streamsA stream is like a container for messages exchanged between two or more users via a given instant message (IM) or chat room. For more information, refer to Overview of streams.
/v1/streams/list
No. of results to skip.
Max no. of results to return. If no value is provided, 50 is the default.
Session authentication token.
Whether to include inactive streams in the list of results.
false
Types of streams to search for.
[{"type":"IM"},{"type":"ROOM"}]