How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Stream product:feeds API

The product:feeds API from Stream — 69 operation(s) for product:feeds.

Stream product:feeds API is one of 19 APIs that Stream publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Product Feeds. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 98 operations across 69 paths, and defines 240 schemas. It is described by OpenAPI 3.2.0, at version v228.3.0.

Requests are made against a single base URL, https://chat.stream-io-api.com.

98 operations 69 paths 240 schemas 15 DELETE13 GET10 PATCH54 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v228.3.0
Base URL
https://chat.stream-io-api.com
Authentication
API Key, API Key, API Key
Resource Areas
1

Authentication & Security 3

Stream product:feeds API declares 3 security schemes for authenticating requests. An API key is passed in the header as Authorization (JWT). An API key is passed in the query as api_key (api_key). An API key is passed in the header as Stream-Auth-Type (stream-auth-type). By default, every request must be authenticated.

  • JWT — JWT should be always provided when stream-auth-type=jwt. Using JWT auth request could be authenticated as user or as server-side. When using user authenticatio…
  • api_key — Application API key should be always set in order to authenticate the request.
  • stream-auth-type — Stream-Auth-Type should be always set in order to authenticate the request. Possible values: jwt or anonymous. jwt allows you to authenticate as a user. With t…

Paths & Operations 98

Across 69 paths, the API surfaces 98 operations — 15 DELETE, 13 GET, 10 PATCH, 54 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.

product:feeds 98
POST
/api/v2/feeds/activities
Add a single activity
AddActivity body → 201400429
DELETE
/api/v2/feeds/activities/{activity_id}/bookmarks
Delete a bookmark
DeleteBookmark 3 params → 200400429
PATCH
/api/v2/feeds/activities/{activity_id}/bookmarks
Update bookmark
UpdateBookmark 1 param body → 200400429
POST
/api/v2/feeds/activities/{activity_id}/bookmarks
Add bookmark
AddBookmark 1 param body → 201400429
POST
/api/v2/feeds/activities/{activity_id}/feedback
Provide feedback on an activity
ActivityFeedback 1 param body → 201400429
POST
/api/v2/feeds/activities/{activity_id}/polls/{poll_id}/vote
Cast vote
CastPollVote 2 params body → 201400429
DELETE
/api/v2/feeds/activities/{activity_id}/polls/{poll_id}/vote/{vote_id}
Delete vote
DeletePollVote 4 params → 200400429
POST
/api/v2/feeds/activities/{activity_id}/reactions
Add reaction
AddActivityReaction 1 param body → 201400429
DELETE
/api/v2/feeds/activities/{activity_id}/reactions/{type}
Remove reaction
DeleteActivityReaction 4 params → 200400429
POST
/api/v2/feeds/activities/{activity_id}/reactions/query
Query activity reactions
QueryActivityReactions 1 param body → 201400429
DELETE
/api/v2/feeds/activities/{id}
Delete a single activity
DeleteActivity 3 params → 200400429
GET
/api/v2/feeds/activities/{id}
Get activity
GetActivity 4 params → 200400429
PATCH
/api/v2/feeds/activities/{id}
Partial activity update
UpdateActivityPartial 1 param body → 200400429
PUT
/api/v2/feeds/activities/{id}
Full activity update
UpdateActivity 1 param body → 201400429
POST
/api/v2/feeds/activities/{id}/restore
Restore an activity
RestoreActivity 2 params body → 201400429
POST
/api/v2/feeds/activities/batch
Upsert multiple activities
UpsertActivities body → 201400429
PATCH
/api/v2/feeds/activities/batch/partial
Batch partial activity update
UpdateActivitiesPartialBatch body → 200400429
POST
/api/v2/feeds/activities/delete
Remove multiple activities
DeleteActivities body → 201400429
POST
/api/v2/feeds/activities/metrics/track
Track activity metrics
TrackActivityMetrics body → 201400429
POST
/api/v2/feeds/activities/query
Query activities
QueryActivities body → 201400429
DELETE
/api/v2/feeds/bookmark_folders/{folder_id}
Delete a bookmark folder
DeleteBookmarkFolder 1 param → 200400429
PATCH
/api/v2/feeds/bookmark_folders/{folder_id}
Update a bookmark folder
UpdateBookmarkFolder 1 param body → 200400429
POST
/api/v2/feeds/bookmark_folders/query
Query bookmark folders
QueryBookmarkFolders body → 201400429
POST
/api/v2/feeds/bookmarks/query
Query bookmarks
QueryBookmarks body → 201400429
DELETE
/api/v2/feeds/collections
Delete multiple collections
DeleteCollections 1 param → 200400429
GET
/api/v2/feeds/collections
Read collections
ReadCollections 2 params → 200400429
PATCH
/api/v2/feeds/collections
Update multiple collections
UpdateCollections body → 200400429
POST
/api/v2/feeds/collections
Create multiple collections
CreateCollections body → 201400429
PUT
/api/v2/feeds/collections
Upsert multiple collections
UpsertCollections body → 201400429
POST
/api/v2/feeds/collections/query
Query collections
QueryCollections body → 201400429
GET
/api/v2/feeds/comments
Get comments for an object
GetComments 10 params → 200400429
POST
/api/v2/feeds/comments
Add a comment or reply
AddComment body → 201400429
DELETE
/api/v2/feeds/comments/{comment_id}/bookmarks
Delete a comment bookmark
DeleteCommentBookmark 3 params → 200400429
PATCH
/api/v2/feeds/comments/{comment_id}/bookmarks
Update comment bookmark
UpdateCommentBookmark 1 param body → 200400429
POST
/api/v2/feeds/comments/{comment_id}/bookmarks
Add comment bookmark
AddCommentBookmark 1 param body → 201400429
DELETE
/api/v2/feeds/comments/{id}
Delete a comment
DeleteComment 3 params → 200400429
GET
/api/v2/feeds/comments/{id}
Get comment
GetComment 2 params → 200400429
PATCH
/api/v2/feeds/comments/{id}
Update a comment
UpdateComment 1 param body → 200400429
POST
/api/v2/feeds/comments/{id}/partial
Partial comment update
UpdateCommentPartial 1 param body → 201400429
POST
/api/v2/feeds/comments/{id}/reactions
Add comment reaction
AddCommentReaction 1 param body → 201400429
DELETE
/api/v2/feeds/comments/{id}/reactions/{type}
Delete comment reaction
DeleteCommentReaction 4 params → 200400429
POST
/api/v2/feeds/comments/{id}/reactions/query
Query comment reactions
QueryCommentReactions 1 param body → 201400429
GET
/api/v2/feeds/comments/{id}/replies
Get replies for a comment
GetCommentReplies 9 params → 200400429
POST
/api/v2/feeds/comments/{id}/restore
Restore a comment
RestoreComment 1 param body → 201400429
POST
/api/v2/feeds/comments/batch
Add multiple comments in a batch
AddCommentsBatch body → 201400429
POST
/api/v2/feeds/comments/query
Query comments
QueryComments body → 201400429
GET
/api/v2/feeds/feed_groups
List all feed groups
ListFeedGroups 1 param → 200400429
POST
/api/v2/feeds/feed_groups
Create a new feed group
CreateFeedGroup body → 201400429
DELETE
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}
Delete a single feed
DeleteFeed 3 params → 200400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}
Create a new feed
GetOrCreateFeed 2 params body → 201400429
PUT
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}
Update a feed
UpdateFeed 2 params body → 201400429
DELETE
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/activities/{activity_id}/pin
Unpin an activity from a feed
UnpinActivity 5 params → 200400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/activities/{activity_id}/pin
Pin an activity to a feed
PinActivity 3 params body → 201400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/activities/mark/batch
Mark activities as read/seen/watched
MarkActivity 2 params body → 201400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/change_visibility
Change a feed's visibility
ChangeFeedVisibility 2 params body → 201400429
PATCH
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/members
Update feed members
UpdateFeedMembers 2 params body → 200400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/members/accept
Accept a feed member request
AcceptFeedMemberInvite 2 params body → 201400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/members/query
Query feed members
QueryFeedMembers 2 params body → 201400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/members/reject
Reject an invite to become a feed member
RejectFeedMemberInvite 2 params body → 201400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/feeds/{feed_id}/pinned_activities/query
Query pinned activities
QueryPinnedActivities 2 params body → 201400429
GET
/api/v2/feeds/feed_groups/{feed_group_id}/follow_suggestions
Get follow suggestions
GetFollowSuggestions 3 params → 200400429
POST
/api/v2/feeds/feed_groups/{feed_group_id}/restore
Restore a feed group
RestoreFeedGroup 1 param → 201400429
DELETE
/api/v2/feeds/feed_groups/{id}
Delete a feed group
DeleteFeedGroup 2 params → 200400429
GET
/api/v2/feeds/feed_groups/{id}
Get a feed group
GetFeedGroup 2 params → 200400429
POST
/api/v2/feeds/feed_groups/{id}
Get or create a feed group
GetOrCreateFeedGroup 1 param body → 201400429
PUT
/api/v2/feeds/feed_groups/{id}
Update a feed group
UpdateFeedGroup 1 param body → 201400429
GET
/api/v2/feeds/feed_views
List all feed views
ListFeedViews → 200400429
POST
/api/v2/feeds/feed_views
Create a new feed view
CreateFeedView body → 201400429
DELETE
/api/v2/feeds/feed_views/{id}
Delete a feed view
DeleteFeedView 1 param → 200400429
GET
/api/v2/feeds/feed_views/{id}
Get a feed view
GetFeedView 1 param → 200400429
POST
/api/v2/feeds/feed_views/{id}
Get or create a feed view
GetOrCreateFeedView 1 param body → 201400429
PUT
/api/v2/feeds/feed_views/{id}
Update a feed view
UpdateFeedView 1 param body → 201400429
GET
/api/v2/feeds/feed_visibilities
List feed visibilities
ListFeedVisibilities → 200400429
GET
/api/v2/feeds/feed_visibilities/{name}
Get feed visibility
GetFeedVisibility 1 param → 200400429
PUT
/api/v2/feeds/feed_visibilities/{name}
Update Feed Visibility
UpdateFeedVisibility 1 param body → 201400429
POST
/api/v2/feeds/feeds/batch
Create multiple feeds at once
CreateFeedsBatch body → 201400429
POST
/api/v2/feeds/feeds/delete
Delete multiple feeds
DeleteFeedsBatch body → 201400429
POST
/api/v2/feeds/feeds/own/batch
Get own fields for multiple feeds
OwnBatch body → 201400429
POST
/api/v2/feeds/feeds/query
Query feeds
QueryFeeds body → 201400429
GET
/api/v2/feeds/feeds/rate_limits
Get Feeds Rate Limits
GetFeedsRateLimits 5 params → 200400429
PATCH
/api/v2/feeds/follows
Update a follow
UpdateFollow body → 200400429
POST
/api/v2/feeds/follows
Create a follow
Follow body → 201400429
DELETE
/api/v2/feeds/follows/{source}/{target}
Unfollow a feed
Unfollow 5 params → 200400429
POST
/api/v2/feeds/follows/accept
Accept a follow request
AcceptFollow body → 201400429
POST
/api/v2/feeds/follows/batch
Create multiple follows at once
FollowBatch body → 201400429
POST
/api/v2/feeds/follows/batch/upsert
Upsert multiple follows at once
GetOrCreateFollows body → 201400429
POST
/api/v2/feeds/follows/query
Query follows
QueryFollows body → 201400429
POST
/api/v2/feeds/follows/reject
Reject a follow request
RejectFollow body → 201400429
POST
/api/v2/feeds/membership_levels
Create membership level
CreateMembershipLevel body → 201400429
DELETE
/api/v2/feeds/membership_levels/{id}
Delete membership level
DeleteMembershipLevel 1 param → 200400429
PATCH
/api/v2/feeds/membership_levels/{id}
Update membership level
UpdateMembershipLevel 1 param body → 200400429
POST
/api/v2/feeds/membership_levels/query
Query membership levels
QueryMembershipLevels body → 201400429
POST
/api/v2/feeds/revisions/query
Query revision history
QueryRevisionHistory body → 201400429
POST
/api/v2/feeds/stats/usage
Query Feed Usage Statistics
QueryFeedsUsageStats body → 201400429
POST
/api/v2/feeds/unfollow/batch
Unfollow multiple feeds at once
UnfollowBatch body → 201400429
POST
/api/v2/feeds/unfollow/batch/upsert
Unfollow multiple feeds (idempotent)
GetOrCreateUnfollows body → 201400429
POST
/api/v2/feeds/users/{user_id}/delete
Delete all feed data for a user
DeleteFeedUserData 1 param body → 201400429
POST
/api/v2/feeds/users/{user_id}/export
Export all feed data for a user
ExportFeedUserData 1 param → 201400429

Schemas 240

The contract defines 240 schemas that model the data the API accepts and returns. The most detailed are ActivityResponse (48 properties), ThreadedCommentResponse (28 properties), CommentResponse (26 properties), AddActivityRequest (26 properties). Each schema is shown below with its type and property counts.

QueryFollowsRequest
objectnull
5 properties
ExportFeedUserDataResponse
objectnull
Response for exporting feed user data
2 properties 2 required
DeleteFeedUserDataRequest
objectnull
Request for deleting feed user data
1 property
LimitInfoResponse
object
3 properties 3 required
FriendReactionsOptions
object
Options to control fetching reactions from friends (users you follow or have mutual follows with).
3 properties
CastPollVoteRequest
objectnull
3 properties
UpdateCollectionsRequest
objectnull
3 properties 1 required
RevisionHistoryResponse
objectnull
8 properties 6 required
APIError
objectnull
8 properties 6 required
AddReactionResponse
objectnull
4 properties 3 required
ActivityProcessorConfig
objectnull
1 property 1 required
TrackActivityMetricsResponse
objectnull
Response containing results for each tracked metric event
2 properties 2 required
ReadReceiptsResponse
object
1 property
NotificationContext
object
2 properties
ListFeedVisibilitiesResponse
objectnull
2 properties 2 required
FeedResponse
object
22 properties 13 required
DeleteCollectionsResponse
objectnull
1 property 1 required
PollVoteResponseData
objectnull
9 properties 5 required
UpdateFeedRequest
objectnull
8 properties
FeedOwnCapability
string
Represents a feed capability value and enumerates all possible capability strings.
DeleteActivitiesResponse
objectnull
2 properties 2 required
UpdateMembershipLevelResponse
objectnull
2 properties 2 required
TrackActivityMetricsRequest
objectnull
Batch request to track metric events for activities. Rate-limited per user/IP per activity per metric.
3 properties 1 required
RejectFollowRequest
objectnull
2 properties 2 required
FeedGroupResponse
object
14 properties 3 required
TrackActivityMetricsEventResult
object
Result of tracking a single metric event
4 properties 3 required
FeedViewResponse
object
5 properties 1 required
ListFeedViewsResponse
objectnull
2 properties 2 required
EMAUStatsResponse
object
3 properties 3 required
DeleteFeedsBatchRequest
objectnull
2 properties 1 required
GetActivityResponse
objectnull
2 properties 2 required
PinActivityResponse
objectnull
5 properties 5 required
FeedRequest
object
10 properties 2 required
DeleteBookmarkFolderResponse
objectnull
1 property 1 required
FollowBatchResponse
objectnull
3 properties 3 required
QueryBookmarksResponse
objectnull
4 properties 2 required
UnfollowPair
object
3 properties 2 required
ActivitySelectorConfigResponse
object
7 properties 1 required
UpdateFeedViewResponse
objectnull
2 properties 2 required
RejectFeedMemberInviteResponse
objectnull
2 properties 2 required
UpdateActivityPartialRequest
objectnull
9 properties
AcceptFeedMemberInviteRequest
objectnull
2 properties
CreateFeedGroupRequest
objectnull
11 properties 1 required
UpdateFeedMembersRequest
objectnull
5 properties 1 required
VoteData
object
2 properties
NotificationParentActivity
object
5 properties 1 required
AcceptFollowResponse
objectnull
2 properties 2 required
PagerRequest
object
3 properties
NotificationComment
object
4 properties 3 required
RestoreCommentRequest
objectnull
2 properties
QueryMembershipLevelsResponse
objectnull
4 properties 2 required
BookmarkFolderResponse
object
6 properties 5 required
DeleteFeedsBatchResponse
objectnull
2 properties 2 required
CommentResponse
object
26 properties 16 required
QueryCollectionsRequest
objectnull
7 properties
ActivityRequest
object
23 properties 2 required
UpdateActivityPartialResponse
objectnull
2 properties 2 required
QueryBookmarkFoldersResponse
objectnull
4 properties 2 required
ActivityFilterConfig
object
1 property
ReadCollectionsResponse
objectnull
2 properties 2 required
PrivacySettingsResponse
object
3 properties
CreateFeedViewRequest
objectnull
4 properties 1 required
UpdateActivityResponse
objectnull
2 properties 2 required
GetCommentRepliesResponse
objectnull
5 properties 3 required
UnfollowBatchRequest
objectnull
3 properties 1 required
UpdateFeedGroupResponse
objectnull
2 properties 2 required
QueryActivityReactionsRequest
objectnull
5 properties
PushNotificationConfig
object
2 properties
UpdateFeedGroupRequest
objectnull
10 properties
DeleteFeedResponse
objectnull
2 properties 2 required
AddCommentBookmarkResponse
objectnull
2 properties 2 required
SortParamRequest
objectnull
3 properties
RejectFollowResponse
objectnull
2 properties 2 required
FollowResponse
object
10 properties 7 required
QueryFeedsUsageStatsResponse
objectnull
6 properties 5 required
QueryFollowsResponse
objectnull
4 properties 2 required
GetOrCreateFeedGroupResponse
objectnull
3 properties 3 required
UpdateBookmarkResponse
objectnull
2 properties 2 required
EnrichmentOptions
object
Options to skip specific enrichments to improve performance. Default is false (enrichments are included). Setting a field to true skips that enrichment.
20 properties
QueryActivityReactionsResponse
objectnull
Basic response information
4 properties 2 required
UpdateFeedViewRequest
objectnull
3 properties
UpdateFeedVisibilityResponse
objectnull
2 properties 2 required
UpdateCommentResponse
objectnull
2 properties 2 required
GetFeedGroupResponse
objectnull
2 properties 2 required
AddFolderRequest
object
2 properties 1 required
GetFollowSuggestionsResponse
objectnull
3 properties 2 required
ActivityPinResponse
object
5 properties 5 required
ImageData
object
5 properties 5 required
DeleteActivityResponse
objectnull
1 property 1 required
QueryFeedsResponse
objectnull
4 properties 2 required
AddCommentResponse
objectnull
4 properties 2 required
Response
objectnull
Basic response information
1 property 1 required
AcceptFollowRequest
objectnull
3 properties 2 required
FollowRequest
objectnull
11 properties 2 required
TypingIndicatorsResponse
object
1 property
CreateFeedViewResponse
objectnull
2 properties 2 required
UpdateCommentRequest
objectnull
11 properties
DeviceResponse
objectnull
Response for Device
8 properties 4 required
CreateFeedGroupResponse
objectnull
2 properties 2 required
AddCommentRequest
objectnull
15 properties
RestoreActivityResponse
objectnull
2 properties 2 required
CollectionRequest
object
4 properties 2 required
AddActivityResponse
objectnull
3 properties 2 required
QueryMembershipLevelsRequest
objectnull
5 properties
AggregatedActivityResponse
object
11 properties 8 required
DailyMetricResponse
object
2 properties 2 required
UserResponse
object
User response object
25 properties 12 required
SingleFollowResponse
objectnull
3 properties 2 required
UpdateCommentBookmarkRequest
objectnull
6 properties
DecayFunctionConfig
object
6 properties
QueryCommentsResponse
objectnull
4 properties 2 required
QueryCollectionsResponse
objectnull
4 properties 2 required
AddCommentReactionRequest
objectnull
8 properties 1 required
CreateCollectionsResponse
objectnull
2 properties 2 required
FeedsReactionGroupResponse
object
3 properties 3 required
AddCommentReactionResponse
objectnull
4 properties 3 required
FeedInput
object
7 properties
OwnBatchResponse
objectnull
2 properties 2 required
UnpinActivityResponse
objectnull
4 properties 4 required
GetOrCreateFeedRequest
objectnull
Client request
17 properties
GetCommentsResponse
objectnull
5 properties 3 required
DeleteFeedViewResponse
objectnull
1 property 1 required
GetFeedViewResponse
objectnull
2 properties 2 required
UpdateFeedVisibilityRequest
objectnull
1 property
ActivitySelectorConfig
object
7 properties 1 required
DeleteCommentBookmarkResponse
objectnull
2 properties 2 required
UpdateFeedResponse
objectnull
2 properties 2 required
BookmarkResponse
object
10 properties 6 required
ChangeFeedVisibilityRequest
objectnull
2 properties 1 required
CollectionResponse
object
6 properties 2 required
CreateCollectionsRequest
objectnull
3 properties 1 required
RejectFeedMemberInviteRequest
objectnull
2 properties
UpdateBookmarkFolderResponse
objectnull
2 properties 2 required
UpdateActivitiesPartialBatchResponse
objectnull
2 properties 2 required
DeleteActivitiesRequest
objectnull
5 properties 1 required
UpdateMembershipLevelRequest
objectnull
Partial update request for membership level fields. Only specified fields will be updated.
5 properties
GetFeedsRateLimitsResponse
objectnull
5 properties 1 required
CreateMembershipLevelRequest
objectnull
6 properties 2 required
Field
objectnull
3 properties 3 required
Permission
object
10 properties 9 required
Location
object
2 properties 2 required
FeedsReactionResponse
object
7 properties 5 required
UpsertActivitiesResponse
objectnull
3 properties 2 required
GetOrCreateFeedGroupRequest
objectnull
10 properties
DeleteFeedGroupResponse
objectnull
Basic response information
1 property 1 required
FeedMemberResponse
object
9 properties 5 required
QueryCommentReactionsRequest
objectnull
5 properties
NotificationStatusResponse
object
6 properties 2 required
RestoreCommentResponse
objectnull
3 properties 3 required
UserRequest
object
User request object
10 properties 1 required
UnfollowResponse
objectnull
2 properties 2 required
AddCommentsBatchResponse
objectnull
2 properties 2 required
ActivityFeedbackRequest
objectnull
Request to provide feedback on an activity
5 properties
FollowBatchRequest
objectnull
3 properties 1 required
UpdateBookmarkRequest
objectnull
6 properties
FeedSuggestionResponse
object
25 properties 13 required
GetOrCreateFeedViewResponse
objectnull
3 properties 3 required
UpdateActivityRequest
objectnull
23 properties
ThreadedCommentResponse
object
A comment with an optional, depth‑limited slice of nested replies.
28 properties 16 required
QueryRevisionHistoryRequest
objectnull
5 properties 1 required
NotificationTarget
object
9 properties 1 required
QueryFeedsRequest
objectnull
7 properties
DeleteBookmarkResponse
objectnull
2 properties 2 required
ListFeedGroupsResponse
objectnull
Basic response information
2 properties 2 required
AddBookmarkResponse
objectnull
2 properties 2 required
ChangeFeedVisibilityResponse
objectnull
2 properties 2 required
QueryPinnedActivitiesRequest
objectnull
6 properties
AddCommentsBatchRequest
objectnull
1 property 1 required
NotificationConfig
object
3 properties
UpdateFollowRequest
objectnull
12 properties 2 required
QueryBookmarkFoldersRequest
objectnull
5 properties
Attachment
objectnull
An attachment is a message object that represents a file uploaded by a user.
22 properties 1 required
UpdateCollectionRequest
object
3 properties 3 required
ModerationV2Response
object
8 properties 2 required
GetCommentResponse
objectnull
2 properties 2 required
DeliveryReceiptsResponse
object
1 property
AddActivityRequest
objectnull
26 properties 2 required
OwnBatchRequest
objectnull
Request to get ownfollows, ownfollowings, owncapabilities, and/or ownmembership for multiple feeds. If fields is not specified, all fields are returned.
4 properties 1 required
UpdateFeedMembersResponse
objectnull
Basic response information
4 properties 4 required
DeleteCommentReactionResponse
objectnull
3 properties 3 required
Images
object
7 properties 7 required
PinActivityRequest
objectnull
3 properties
QueryCommentReactionsResponse
objectnull
Basic response information
4 properties 2 required
PollVoteResponse
objectnull
3 properties 1 required
PushNotificationSettingsResponse
object
2 properties
Action
objectnull
5 properties 3 required
AddCommentBookmarkRequest
objectnull
5 properties
DeleteActivityReactionResponse
objectnull
3 properties 3 required
TrackActivityMetricsEvent
object
A single metric event to track for an activity
3 properties 2 required
QueryCommentsRequest
objectnull
8 properties 1 required
UnfollowBatchResponse
objectnull
2 properties 2 required
DeleteFeedUserDataResponse
objectnull
Response for deleting feed user data
2 properties 2 required
UpdateCommentBookmarkResponse
objectnull
2 properties 2 required
ActivityFeedbackResponse
objectnull
Response for activity feedback submission
2 properties 2 required
RestoreFeedGroupResponse
objectnull
2 properties 2 required
PagerResponse
object
2 properties
UpdateCollectionsResponse
objectnull
2 properties 2 required
QueryRevisionHistoryResponse
objectnull
4 properties 2 required
RepliesMeta
object
Cursor & depth information for a comment's direct replies. Mirrors Reddit's 'load more replies' semantics.
4 properties 3 required
UpsertCollectionsResponse
objectnull
2 properties 2 required
RestoreActivityRequest
objectnull
2 properties
FeedVisibilityResponse
object
3 properties 3 required
QueryBookmarksRequest
objectnull
6 properties
CreateFeedsBatchResponse
objectnull
2 properties 2 required
GetOrCreateFeedResponse
objectnull
Basic response information
15 properties 9 required
UpdateFollowResponse
objectnull
2 properties 2 required
DailyMetricStatsResponse
object
2 properties 2 required
CreateFeedsBatchRequest
objectnull
2 properties 1 required
QueryActivitiesResponse
objectnull
4 properties 2 required
ActivityResponse
object
48 properties 28 required
QueryFeedMembersRequest
objectnull
5 properties
FeedOwnData
object
4 properties
AddBookmarkRequest
objectnull
5 properties
UpdateCommentPartialResponse
objectnull
2 properties 2 required
RankingConfig
object
4 properties 1 required
NotificationTrigger
object
4 properties 2 required
UpdateActivityPartialChangeRequest
object
5 properties 1 required
GetFeedVisibilityResponse
objectnull
2 properties 2 required
AddReactionRequest
objectnull
9 properties 1 required
UpsertActivitiesRequest
objectnull
4 properties 1 required
GetOrCreateFeedViewRequest
objectnull
3 properties
DeleteCommentResponse
objectnull
3 properties 3 required
UpsertCollectionsRequest
objectnull
1 property 1 required
UpdateActivitiesPartialBatchRequest
objectnull
2 properties 1 required
FeedMemberRequest
object
5 properties 1 required
PollOptionResponseData
objectnull
3 properties 3 required
UpdateBookmarkFolderRequest
objectnull
4 properties
QueryFeedMembersResponse
objectnull
4 properties 2 required
QueryPinnedActivitiesResponse
objectnull
4 properties 2 required
EnrichedCollectionResponse
object
7 properties 3 required
AggregationConfig
object
3 properties
QueryActivitiesRequest
objectnull
11 properties
AcceptFeedMemberInviteResponse
objectnull
2 properties 2 required
QueryFeedsUsageStatsRequest
objectnull
2 properties
PollResponseData
object
21 properties 18 required
StoriesConfig
object
2 properties
CreateMembershipLevelResponse
objectnull
2 properties 2 required
UpdateCommentPartialRequest
objectnull
9 properties
MembershipLevelResponse
object
8 properties 6 required
MarkActivityRequest
objectnull
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

stream-io-product-feeds-api-openapi.yml Raw ↑

Other APIs Stream publishes across the network.

Stream Activity Feeds API
Stream Video and Audio API
Stream Application API
Stream Campaigns API
Stream Channels API
Stream Devices API
Stream Members API
Stream Messages API
Stream Moderation API
Stream Permissions API
Stream Reactions API
Stream Roles API
Where this information came from

This is an independent, third-party profile of Stream product:feeds API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.