Following
GET https://api.stream-io-api.com/api/v1.0/feed/{{feed_slug}}/{{user_id}}/follows?api_key={{API_KEY}}
The Feed endpoint is to retrieve activities in a feed (GET), or to submit an activity or list of activities (POST).
Note on Pagination: Using id_lte for pagination is preferable to using offset.
Note on Aggregated Feeds: When using id_lte to paginate an aggregated feed, use the ID of the group that is returned from the API. Using an ID of an individual activity within the group will not work and result in an error.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Optional - Default 25 - The amount of feeds following this feed requested from the APIs | |
offset | string | Optional - Max 400 - Offset | |
api_key | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
Stream-Auth-Type | string |