Storyden
Plugins

Plugin Cycle Token

Cycles the static bearer token for an external plugin and returns the newly generated token. This operation is only valid for external plugins. Supervised plugins cycle their connection token automatically.

Cycles the static bearer token for an external plugin and returns the newly generated token. This operation is only valid for external plugins. Supervised plugins cycle their connection token automatically.

POST/plugins/{plugin_instance_id}/token
storyden-session<token>

In: cookie

Path Parameters

plugin_instance_id*string

Plugin ID.

Formatxid

Response Body

application/json

application/json

curl -X POST "https://loading/api/plugins/cc5lnd2s1s4652adtu50/token"
{
  "token": "string"
}
Empty
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}