Skip to content

Compare a Story Version

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/stories/:story_id/compare

With this endpoint you can compare the changes between two versions of a story in Storyblok. You need to provide the story ID and version ID in the request to retrieve the comparison results.

  • :space_id required number

    Numeric ID of a space

  • :story_id required number

    The numeric id of story

  • version_v2 required number

    Story version id

curl "https://mapi.storyblok.com/v1/spaces/185/stories/267/compare?version=151" \
-H "Authorization: YOUR_OAUTH_TOKEN"