cURL
curl --request GET \ --url http://localhost:8080/api/plugins
{ "plugins": [ { "name": "<string>", "enabled": true, "config": {} } ], "count": 123 }
Retrieves a list of all configured plugins.
Successful response
Show child attributes
Was this page helpful?