Posts
📄️ Create post
Create reflection/post by sending a `POST` request with required params.Please see body schema for required params and their description.
📄️ Get posts
This API endpoint allows retrieving the list of reflections/post.
📄️ Update Post API
Use this api to update existing post of author, please see `Create post` api for documention request params/body.
📄️ Delete Post API
Delete existing post of user
📄️ Get post detail
Get detail of single post using the post Id.
📄️ Report Post API
The report post API allows users to report inappropriate or abusive content in a post to the system administrators. This can help to maintain a safe and respectful environment for all users.
📄️ Get post report reasons
The 'get post report reasons' API allows users to retrieve a list of available report reasons for a post. This can help to provide context for users who want to report a post and ensure that they select an appropriate reason.
📄️ Toggle Like API
This API endpoint allows the authenticated user to toggle post like.
📄️ Toggle Save Post API
This API endpoint allows the authenticated user to toggle post save the post.