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",
  
  
"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