Skip to content

Retrieve Multiple Presets

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

Returns an array of preset objects.

  • :space_id required number

    Numeric ID of a space

  • component_id number

    Filter presets by component ID

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

You will receive an array of preset object as a response.