Skip to content

Retrieve a Single Space

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

Returns a single space object by providing a specific numeric id.

  • :space_id required number

    Numeric ID of a space

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