Skip to content

View a post in the feed

Request

Marks a specific feed post as viewed for a scoped user. Viewing is considered as the user having interacted with the content enough to qualify as at least partial consumption. The post must be visible to the user or a 404 Not Found response will be returned.

Security
oauth2_as_a_user(Required scopes: feeds.engage)
Path
content_idintegerrequired

ID of the post. The post must be visible to the user.

curl -i -X PUT \
  'https://partner.socialchorus.com/v2/feed/posts/{content_id}/view' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Feed Post Viewed

Response
No content