Batch Activity Add
POST https://api.stream-io-api.com/api/v1.0/feed/add_to_many?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 |
---|---|---|---|
api_key | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
Stream-Auth-Type | string |