Skip to content

Retrieve a Single Release

Returns a single release object by providing a specific numeric ID.

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/releases/:release_id
  • :space_id required number

    Numeric ID of a space

  • :release_id required number

    Numeric ID of the release

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