cURL
curl --request GET \ --url http://localhost:5300/api/v1/plugins \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "ok", "data": { "plugins": [ {} ] } }
Get list of all installed plugins
Bearer token authentication. Can be either a user JWT token or an API key. Example: Authorization: Bearer <token_or_key>
Authorization: Bearer <token_or_key>
Success
0
"ok"
Show child attributes