Skip to content

Link an existing story to a draft experiment.

POST
https://mapi.storyblok.com/v1/spaces/:space_id/experiments/:experiment_id/stories
  • :space_id required number

    Numeric ID of a space.

  • :experiment_id required number

    Numeric ID of the experiment.

  • experiment_story required object

    The story to link to the experiment.

    Show child properties
    • story_id required number

      Numeric ID of the story to link.

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/experiments/176070002766742/stories" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"experiment_story\":{\"story_id\":176024833123843}}"

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.