List a WordPress install's plugins.
curl -X POST https://{SERVER_IP}/installs/1234567890abcdefghij12345/plugins \
-H 'X-API-KEY: {the key= or key2= value from /usr/local/installatron/etc/settings.ini}' \
-H 'X-HTTP-Method-Override: GET' \
-H 'Accept: application/json'
{
"status": 200,
"result": true,
"message": "The task is complete.\n",
"total_count": 2,
"has_more": false,
"data": [
{
"id": "akismet",
"activated": true,
"autoup": "none",
"version": "5.4.3",
"name": "Akismet Anti-spam: Spam Protection",
"description": "Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.",
"author": "Automattic - Anti-spam Team",
"version_available": "5.4.4"
},
{
"id": "limit-login-attempts-reloaded",
"activated": true,
"autoup": "none",
"version": "2.3.4",
"name": "Limit Login Attempts Reloaded",
"description": "Block excessive login attempts and protect your site against brute force attacks. Simple, yet powerful tools to improve site performance.",
"author": "Limit Login Attempts Reloaded",
"version_available": "2.3.4"
}
]
}