Storyden
Plugins

Plugin Get Configuration

Get the current configuration values for a plugin. The shape of the object is defined by the plugin's manifest and should be used to render the current configuration state in the client, using the layout driven by the result of `PluginGetConfigurationSchema` to build a form-like UI.

GET/plugins/{plugin_instance_id}/configuration

Get the current configuration values for a plugin. The shape of the object is defined by the plugin's manifest and should be used to render the current configuration state in the client, using the layout driven by the result of PluginGetConfigurationSchema to build a form-like UI.

storyden-session<token>

In: cookie

Path Parameters

plugin_instance_id*string

Plugin ID.

Response Body

application/json

application/json

curl -X GET "https://example.com/plugins/cc5lnd2s1s4652adtu50/configuration"
{}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "trace_id": "string",
  "metadata": {}
}