Skip to content

Retrieve One Story

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

This endpoint returns a single, fully loaded story object by providing a specific numeric id.

  • :space_id required number

    Numeric ID of a space

  • :story_id required number

    Numeric id of story

curl "https://mapi.storyblok.com/v1/spaces/606/stories/369689" \
-H "Authorization: YOUR_OAUTH_TOKEN"

You will receive a fully loaded story object as response.