Storyden
Plugins

Plugin List

List all plugins that are installed on the instance.

List all plugins that are installed on the instance.

GET/plugins
storyden-session<token>

In: cookie

Response Body

application/json

application/json

curl -X GET "https://loading/api/plugins"
{
  "plugins": [
    {
      "id": "cc5lnd2s1s4652adtu50",
      "added_at": "2019-08-24T14:15:22Z",
      "name": "string",
      "description": "string",
      "version": "string",
      "status": {
        "active_state": "inactive",
        "deactivated_at": "2019-08-24T14:15:22Z"
      },
      "manifest": {},
      "connection": {
        "mode": "supervised"
      }
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}