Skip to content

Retrieve a Single Preset

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

Returns a single preset object with a specific numeric id.

  • :space_id required number

    Numeric ID of a space

  • :preset_id required number

    Numeric ID of your preset

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

You will receive a preset object as a response.