Hide Post
PUT
/v1/posts/{post_id}/hide
Hides a post so it no longer appears in the newsfeed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hide a post from the newsfeed.
/v1/posts/{post_id}/hide
Hides a post so it no longer appears in the newsfeed.
| Parameter | Type | Description |
|---|---|---|
post_id | string (UUID) | Post ID |
curl -X PUT https://twixb.com/api/v1/posts/a6afb505-.../hide \
-H "X-API-Key: twxb_your_key_here"
{"status": "ok"}