Subscriptions
The Stream Subscriptions endpoint retrieves user subscriptions on streams.
Parameters
The items parameter allows you to filter items based on the name or ID of the item. If the item parameter is not provided the endpoint will return the latest 50 items.
Key | Value |
app | String (ID or name of app) |
streams | Array of Strings (Name or ID of stream) |
groups | Array String (Name of group) |
users | Array String (Name or email) |
Examples
Get Subscription For The Latest Streams
The example below retrieves subscriptions for the latest streams.
Get Subscriptions For A Single Stream
The example below retrieves subscriptions for a single stream.
Success Response
A successful response will return an array of items with each item containing a stream
and corresponding subscriptions
data.
Last updated