Skip to content

Retrieve Settings of an Installed Extension

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

Retrieve settings of an extension by the numeric ID. To do so, obtain an OAuth token or a Personal Access Token.

This endpoints gives both the app and app_provision objects in the response for the specific extension.

  • :space_id required number

    Numeric ID of a space

  • :extension_id required number

    Numeric id of an extension

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