About posts in community

Hello If i make that posts can’t be posted before I approve it ?
how can get the posts that needed to be approved ?

Hello, there is a setting on Amity console that you can turn it on. Please see the attached screen below:

Posts that requires approval will be shown on the console in pending posts section:

For API, you can use the usual query posts API and specify ‘feedType=reviewing

Example:
https://api.sg.amity.co/api/v3/posts?feedType=reviewing&targetType=community&targetId=6573069ca9db281cc4800f13&isDeleted=false&sortBy=lastCreated

API for approving posts: Amity API
API for declining posts: Amity API

Hello when posting in community that needs approved by admin the post is not going to be reviewing it got in the feed directly

@amitysupport

Hello, please make sure to use a normal user access token when creating a post, rather than an admin token or moderator token.