Skip to main content
GET
/
pages
/
feeds
cURL
curl --request GET \
  --url https://api.feedspace.io/v3/pages/feeds \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": {
    "current_page": 1,
    "data": [
      {
        "feed_identifier": "feed-social-item-24132",
        "feed_type": "social_feed",
        "id": 24132,
        "unique_feedback_id": "S4ZbTv",
        "comment": "<p class=\"text-gray-800 dark:text-neutral-200\">I've looked at tools like Feedspace for a while and nothing really clicked until this one. I grabbed Tier 1 for a client and it's been great, which quickly convinced me to purchase Tier 2 for myself. The extra widgets and longer recording times make a big difference. Setup was super easy, and I even jumped on a 1:1 with Chirag (the CEO), who was genuinely helpful. Honest take: Tier 1 is a bit limiting. If you're serious about using Feedspace, Tier 2+ is where the real value is. Totally worth it. Test</p>",
        "favourite": 0,
        "is_locked": null,
        "is_video_converted": null,
        "is_audio_converted": null,
        "social_feed_type": "social",
        "customer_designation": null,
        "customer_company": null,
        "sort_reviews_at": "2025-12-19 13:17:10",
        "feed_fields": {
          "name": "DarkHorse",
          "profile_pic_url": "https://feedspace-staging.s3.us-east-2.amazonaws.com/uploads/gx8N4Q/appsumo-reviews/appsumo-review-author-profile-YuzS-1766414944.jpeg",
          "position": "",
          "organization_name": "",
          "consent": null
        },
        "social_feed": {
          "rating_type": 1,
          "rating": 5,
          "review_at": "Dec 19, 2025",
          "review_title": null,
          "extra_details": {
            "embed_video_url": null
          },
          "social_platform": {
            "icon_full_url": "https://feedspace-staging.s3.us-east-2.amazonaws.com/assets/img/social-icons/v2/appsumo.png",
            "review_url": "https://appsumo.com/products/feedspace/reviews/feedspace-gave-me-some-headspace-370375/",
            "review_type": 6,
            "slug": "appsumo"
          },
          "attachments": []
        },
        "review_labels": []
      }
    ],
    "first_page_url": "http://api.feedspace.io/v3/pages/feeds?page=1",
    "from": 1,
    "next_page_url": null,
    "path": "http://api.feedspace.io/v3/pages/feeds",
    "per_page": 1000,
    "prev_page_url": null,
    "to": 20
  },
  "unique_form_id": "form_f5Uc9agvcXRKgPdDrVCIZYc1"
}

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).

Query Parameters

page
integer

Page number (default: 1)

sort_order
enum<string>

Sort order for feeds. Use 'asc' for ascending or 'desc' for descending (default: latest first)

Available options:
asc,
desc
filter[feed-types][]
enum<string>[]

Filter by feed types. Can specify multiple values. Accepted values: 'text', 'video', 'audio', 'social'

Available options:
text,
video,
audio,
social
filter[favourite]
enum<string>

Filter for favourite reviews. Use '1' for favourite, '0' or omit for all

Available options:
0,
1
filter[feed-forms][]
string[]

Filter by feed form IDs. Can specify multiple form IDs

filter[review_with_comment]
enum<string>

Filter for reviews with comments. Use '1' to show only reviews with comments

Available options:
0,
1
filter[sentiments][]
enum<string>[]

Filter by sentiment IDs. Can specify multiple sentiment IDs

Available options:
positive,
neutral,
negative
filter[star-rating][]
enum<integer>[]

Filter by star ratings. Can specify multiple ratings (0-5)

Available options:
1,
2,
3,
4,
5
filter[review-labels][]
string[]

Filter by review label IDs. Can specify multiple label IDs

Search filter for reviews. Searches across review content

only_selected_feed
enum<string>

Return only selected feeds. Use '1' to return only selected feeds

Available options:
0,
1
per_page_limit
integer

Number of items per page (default: 15, max: 1000)

Required range: 1 <= x <= 1000

Response

200 - application/json

Page reviews fetched successfully.

data
object
unique_form_id
string