Skip to content

Retrieve a Single Component

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

Retrieve a single component object using its component_id.

  • :space_id required number

    Numeric ID of a space

  • :component_id required number

    Numeric ID of a component

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