GET
/
pages
curl --request GET \
  --url https://api.feedspace.io/v3/pages \
  --header 'Authorization: Bearer <token>' \
  --header 'fs-workspace-id: <fs-workspace-id>'
{
  "data": {
    "current_page": 1,
    "data": [
      {
        "id": 406,
        "unique_page_id": "page_3quM56ynXjoHeUsRPqrBe1f9",
        "slug": "klcw97GWPX",
        "name": "Wall of Love",
        "preview_image": "uploads/zhBU6t/promotion/174400722399rrrPd-preview.jpg",
        "meta": {
          "allow_custom_domain": 0
        },
        "view_count": 0,
        "public_url": "https://www.feedspace.io/w/klcw97GWPX",
        "workspace": null,
        "show_switch_workspace": true,
        "preview_image_url": "https://dm219012nbq21.cloudfront.net/uploads/zhBU6t/promotion/174400722399rrrPd-preview.jpg"
      },
      {
        "id": 405,
        "unique_page_id": "page_Rf1KiPbaKNWxJMo6fm3icsxp",
        "slug": "QN5pr8yne2",
        "name": "My Wall of love",
        "preview_image": "uploads/zhBU6t/promotion/1744006043SlJXm2M-preview.jpg",
        "meta": {
          "allow_custom_domain": 0
        },
        "view_count": 0,
        "public_url": "https://www.feedspace.io/w/QN5pr8yne2",
        "workspace": null,
        "show_switch_workspace": true,
        "preview_image_url": "https://dm219012nbq21.cloudfront.net/uploads/zhBU6t/promotion/1744006043SlJXm2M-preview.jpg"
      }
    ],
    "first_page_url": "https://api.feedspace.io/v3/pages?page=1",
    "from": 1,
    "next_page_url": null,
    "path": "https://api.feedspace.io/v3/pages",
    "per_page": 1000,
    "prev_page_url": null,
    "to": 2
  },
  "show_merge_wol_banner": false,
  "unique_workspace": null,
  "unique_form_id": "form_gSgElcsXX8LaI6RtMA6JqlkN",
  "total_feeds_count": 6
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Response

200 - application/json

List of Wall of Love pages fetched successfully.

The response is of type object.

GET
/
pages
curl --request GET \
  --url https://api.feedspace.io/v3/pages \
  --header 'Authorization: Bearer <token>' \
  --header 'fs-workspace-id: <fs-workspace-id>'
{
  "data": {
    "current_page": 1,
    "data": [
      {
        "id": 406,
        "unique_page_id": "page_3quM56ynXjoHeUsRPqrBe1f9",
        "slug": "klcw97GWPX",
        "name": "Wall of Love",
        "preview_image": "uploads/zhBU6t/promotion/174400722399rrrPd-preview.jpg",
        "meta": {
          "allow_custom_domain": 0
        },
        "view_count": 0,
        "public_url": "https://www.feedspace.io/w/klcw97GWPX",
        "workspace": null,
        "show_switch_workspace": true,
        "preview_image_url": "https://dm219012nbq21.cloudfront.net/uploads/zhBU6t/promotion/174400722399rrrPd-preview.jpg"
      },
      {
        "id": 405,
        "unique_page_id": "page_Rf1KiPbaKNWxJMo6fm3icsxp",
        "slug": "QN5pr8yne2",
        "name": "My Wall of love",
        "preview_image": "uploads/zhBU6t/promotion/1744006043SlJXm2M-preview.jpg",
        "meta": {
          "allow_custom_domain": 0
        },
        "view_count": 0,
        "public_url": "https://www.feedspace.io/w/QN5pr8yne2",
        "workspace": null,
        "show_switch_workspace": true,
        "preview_image_url": "https://dm219012nbq21.cloudfront.net/uploads/zhBU6t/promotion/1744006043SlJXm2M-preview.jpg"
      }
    ],
    "first_page_url": "https://api.feedspace.io/v3/pages?page=1",
    "from": 1,
    "next_page_url": null,
    "path": "https://api.feedspace.io/v3/pages",
    "per_page": 1000,
    "prev_page_url": null,
    "to": 2
  },
  "show_merge_wol_banner": false,
  "unique_workspace": null,
  "unique_form_id": "form_gSgElcsXX8LaI6RtMA6JqlkN",
  "total_feeds_count": 6
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Response

200 - application/json

List of Wall of Love pages fetched successfully.

The response is of type object.