Followers

GET https://api.stream-io-api.com/api/v1.0/feed/{{feed_slug}}/{{user_id}}/followers/?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

KeyDatatypeRequiredDescription
api_keystring
limitstringOptional - Default 25 - The amount of feeds following this feed requested from the APIs
offsetstringOptional - Max 400 - Offset

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring
Stream-Auth-Typestring