Storyblok · Example Payload

Storyblok List Stories Example

CMSContent DeliveryContent ManagementHeadless CMSImage OptimizationREST APIVisual EditorWebhooks

Storyblok List Stories Example is an example object payload from Storyblok, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.storyblok.com/v2/cdn/stories?version=published&token=YOUR_TOKEN&per_page=10&page=1",
    "headers": {
      "Content-Type": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "Total": "42",
      "Per-Page": "10"
    },
    "body": {
      "stories": [
        {
          "id": 107350,
          "uuid": "ac0d2ed0-e323-43ca-ae59-5cd7d38683cb",
          "name": "Home",
          "slug": "home",
          "full_slug": "home",
          "default_full_slug": null,
          "created_at": "2022-07-05T11:54:18.165Z",
          "published_at": "2022-07-06T08:33:25.284Z",
          "first_published_at": "2022-07-06T08:33:25.284Z",
          "release_id": null,
          "lang": "default",
          "content": {
            "_uid": "5aa14e5b-adee-4a6d-b7cf-3cd55ac3cf44",
            "component": "page",
            "headline": "Welcome to our site",
            "subheadline": "Built with Storyblok",
            "body": []
          },
          "position": -10,
          "tag_list": ["featured"],
          "is_startpage": true,
          "parent_id": 0,
          "meta_data": null,
          "group_id": "d1bc5b31-52a2-4e3e-b3cb-1b3d50f0dfd2",
          "translated_slugs": []
        }
      ],
      "cv": 1657095205,
      "rels": [],
      "links": []
    }
  }
}