Social
Activity feed, posts, and discussions on assets.
Activity Feed
GET
/feedReturns the global activity feed (recent posts across all assets).
Asset Posts
GET
/assets/:id/postsReturns posts/discussions for a specific asset.
Create Post
POST
/postsAuth Requiredasset_idstringrequiredAsset to post about
contentstringrequiredPost text (max 500 chars)
parent_idstringReply to another post (optional)
Delete Post
DELETE
/posts/:idAuth RequiredDelete your own post by ID.
Like / Unlike
POST
/posts/:id/likeAuth RequiredToggle like on a post. Call again to unlike.
Get Replies
GET
/posts/:id/repliesReturns all replies to a specific post.