I'm trying to retrieve feed/post data from Zoho Connect using the API but facing challenges with the current documentation.
What I've tried:
OAuth authentication is working correctly (getting 200 OK responses)
Tested multiple endpoints: /pulse/nativeapi/v2/feeds, /pulse/nativeapi/myFeeds, /pulse/nativeapi/allFeeds
All endpoints return proper JSON structure but with empty data containers ({"feeds": {}})
Successfully implemented task APIs using native API patterns, but feeds seem to work differently
What I need:
Alternative API endpoints for retrieving feed/post content
Updated API documentation specifically for feed data retrieval
Parameter requirements for feed APIs (they seem different from task APIs)
The official REST API documentation focuses on creating/updating feeds but lacks comprehensive GET operations. Any internal documentation or working examples would be greatly appreciated.
Environment: Using OAuth 2.0 with proper scopes (zohopulse.feedList.READ, etc.)
Thank you