Global feed is not coming

From this below mentioned url, global feed is not coming.
this is the endpoint : https://api.us.amity.co/api/v3/global-feeds

Please note that you have to join communities/follow someone as global feed contains posts from users you have followed and communities you have joined.

How can i get all posts from Amity? Because i want to create explore functionality.

How can i get all posts from Amity? Because i want to create explore functionality. I am implementing this in flutter for android and iOS

Hello @Matth, if you’re referring to retrieving posts for the global feed, please refer to this section: Feeds & Timelines - social.plus

If you would like to query posts from community or user feeds, you can refer to these sections by specifying the targetType and targetId. At the moment, there isn’t a core function available to query all posts across the entire network.

We don’t have a community structure in our app; we are only using the follow-user functionality. In our current setup, each user has a different community ID. Now, we want to fetch posts from all users. Is there any way to achieve this?