plugin
Return all plugins.
get/plugin
Response
Ok
Example response
[
{
"author": "jmattheis",
"capabilities": [
"webhook",
"display"
],
"createdAt": "2019-01-01T00:00:00Z",
"enabled": true,
"id": 25,
"license": "MIT",
"modulePath": "github.com/gotify/server/plugin/example/echo",
"name": "RSS poller",
"token": "P1234",
"website": "gotify.net"
}
]