GET
/v1/sessions/{session_id}/pluginsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
session_id*string
Current session identifier.
Response Body
application/json
text/plain
curl -X GET "/api/v1/sessions/string/plugins"{
"taiku.event-log": {
"manifest_url": "/plugins/taiku.event-log/manifest.json",
"enabled": true
},
"example.file-browser": {
"manifest_url": "/plugins/example.file-browser/manifest.json",
"enabled": false
}
}"Session not found."