Skip to content

Retrieve a Single Asset Folder

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

This endpoint returns a single, asset folder object by providing a specific numeric id.

  • :space_id required number

    Numeric ID of a space

  • :asset_folder_id required number

    ID of the folder containing this asset

Example Request

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