Skip to main content

Hide Post

PUT
/v1/posts/{post_id}/hide
Hides a post so it no longer appears in the newsfeed.

Path parameters

ParameterTypeDescription
post_idstring (UUID)Post ID
curl -X PUT https://twixb.com/api/v1/posts/a6afb505-.../hide \
  -H "X-API-Key: twxb_your_key_here"

Response

{"status": "ok"}