Skip to content

Get Plugin Details

GET
/api/v1/plugins/{author}/{plugin_name}

Get details of a specific plugin

Authorizations

BearerAuth

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

TypeHTTP (bearer)

Parameters

Path Parameters

author*

Plugin author

Typestring
Required
plugin_name*

Plugin name

Typestring
Required

Responses

Success

application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"plugin": {
}
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI