Reveal a burn-on-read post
GET/api/v4/posts/:post_id/reveal
Reveal a burn-on-read post. This endpoint allows a user to reveal a post that was created with burn-on-read functionality. Once revealed, the post content becomes visible to the user. If the post is already revealed and not expired, this is a no-op. If the post has expired, an error will be returned.
Permissions
Must have read_channel permission for the channel the post is in.
Must be a member of the channel the post is in.
Cannot reveal your own post.
Feature Flag
Requires BurnOnRead feature flag and Enterprise Advanced license.
Minimum server version: 11.2
Request
Responses
- 200
- 400
- 401
- 403
- 501
Post revealed successfully
Response Headers
This header is included with the value “true” if the post is past the cloud's plan limit.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Feature is disabled