cURL
curl --request GET \ --url 'https://api.feedspace.io/v3/feeds?filter%5Bfeed-types%5D%5B%5D=text' \ --header 'Authorization: Basic <encoded-value>'
{ "data": { "current_page": 1, "data": [ { "feed_type": "text_feed", "id": 9773, "unique_feedback_id": "6cZMP8", "comment": "Cool Product !!", "favourite": false, "is_locked": null, "is_video_converted": null, "is_audio_converted": null, "customer_designation": null, "created_at": "2025-04-04T13:48:25.000000Z", "feed_fields": { "name": "Anonymous", "profile_pic_url": null, "position": null, "organization_name": null, "consent": null }, "text_feed": { "rating_type": "star", "response": "5" } } ], "first_page_url": "https://api.feedspace.io/v3/feeds?page=1", "from": 1, "next_page_url": null, "path": "https://api.feedspace.io/v3/feeds", "per_page": 15, "prev_page_url": null, "to": 1 }, "show_updated_banner": false, "updated_banner_video": "https://feedspace-test.s3.ap-south-1.amazonaws.com/uploads/F43kUl/video-feed/feed_MJcmzA81710841191347.mp4", "show_workspaces_merge_banner": false, "unique_form_id": "form_MbgOEoTSlvsjYg8wN7NTZ1fg" }
Get paginated list of all Text Feeds received.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Feed type filter (text)
text
Text reviews list fetched successfully.
Show child attributes