Skip to main content

Mark Post Unread

PUT
/v1/posts/{post_id}/unread

Path parameters

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

Response

{"status": "ok"}