GET/production-api/plugin/getall

Retrieves all plugins

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

On this page