The App Provision Object
The app_provision object contains the general setting information of one of your Space extensions. To access this seeing information, use the OAuth token provided. With the OAuth token, your extension can send a request to retrieve the general setting information to the app_provisions endpoint. Outside of the app, you can also use your personal access token.
Properties
Section titled “Properties”-
public_configstringPublic configurations
-
sessionstringStatus of the session
-
slugstringThe slug specific to this Space Plugin or Tool Plugin
-
extension_idnumberSpace Plugin or Tool Plugin id
-
namestringSpace Plugin or Tool Plugin name
-
in_sidebarbooleanA status in the sidebar if your plugin is a space app
-
in_toolbarbooleanA status in the toolbar if your plugin is tool plugin
-
sidebar_iconstringYour space app sidebar icon image path
-
enable_space_settingsbooleanA status to show whether your extension is enabled for space level settings or not
-
space_level_settingsobjectSpace level settings
{ "app_provision": { "public_config": null, "session": null, "slug": "my-first-plugin", "app_id": 12345, "name": "My first plugin", "in_sidebar": true, "in_toolbar": false, "sidebar_icon": null, "enable_space_settings": true, "space_level_settings": {} }, "granted": false}Was this page helpful?
This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.
Get in touch with the Storyblok community