Skip to content

Retrieve a Single Component Folder

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

Retrieve a single component folder object using the group’s numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :component_group_id required number

    Numeric ID of the component group

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