# Acknowledge a post in the feed.

Acknowledges a feed post for a scoped user. The post must be visible to the user or a 404 Not Found response will be returned; for example, if the content is published to a targeted channel that does not target the user.

Endpoint: POST /v2/feed/posts/{content_id}/acknowledge
Version: 2026-05-01
Security: oauth2_as_a_user

## Path parameters:

  - `content_id` (integer, required)
    ID of the post. The post must be visible to the user.

