Get posts by a list of ids
POST/api/v4/posts/ids
Fetch a list of posts based on the provided postIDs
Permissions
Must have read_channel permission for the channel the post is in or if the channel is public, have the read_public_channels permission for the team.
Request
Responses
- 200
- 400
- 401
- 403
Post list retrieval successful
Response Headers
Has-Inaccessible-Posts
Indicates whether the posts have been truncated as per the cloud's plan limit.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions