Skip to content

Get plugins​

GET
/api/plugins

Get plugins manifests. Admin role is required.

Authorizations​

bearerAuth

Bearer token using a JWT

Type
HTTP (Bearer)

Responses​

List of plugins manifests.

application/json
JSON
[
  
{
  
  
"name": "Example",
  
  
"version": "1.0",
  
  
"author": "lesion",
  
  
"url": "https://framagit.org/les/gancio",
  
  
"description": "An example plugin to show how to create a plugin for Gancio.",
  
  
"settings": {
  
  
},
  
  
"settingsValue": {
  
  
}
  
}
]

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI