GET
/production-api/plugin/getallRetrieves all plugins
Authorization
Bearer AuthorizationBearer <token>
Access Token used to access this API (JWT bearer token).
In: header
Response Body
application/json
curl -X GET "https://example.com/production-api/plugin/getall"[ { "id": 0, "kind": 0, "path": "string", "name": "string" }]Empty