Comments
Mark a comment read or unread
Flips a comment between read and unread.
Sending nothing in the body — or { "read": true } — marks the comment as read. Send { "read": false } to mark it back as unread.
This only affects your Postbreeze inbox. Nothing gets sent to the social platform — read state is just for you and your team.
POST
Mark a comment read or unread
Authorizations
Your Postbreeze API key
Path Parameters
Prefixed cuid of the inbox comment to update.
Example:
"cmt_01HZY8N3M2K9R5T8V4P6Q1J0BC"
Body
application/json
Pass false to mark the comment unread (clears readAt). Defaults to true — i.e. an empty body marks the comment read.
Response
Read state updated.
Always true on success.
Mark a comment read or unread