cURL
curl --request GET \ --url http://localhost:8080/api/plugins/{name}
{ "name": "<string>", "enabled": true, "config": {} }
Retrieves a specific plugin configuration by name.
Successful response
Was this page helpful?