Skip to content

List All Plugins

GET
/api/v1/plugins

Get list of all installed plugins

Authorizations

BearerAuth

Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>

TypeHTTP (bearer)

Responses

Success

application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"plugins": [
{
}
]
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI