cURL
curl --request GET \ --url https://controller.platform.simplecloud.app/v0/plugin-collection-plugins \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>'
{ "count": 123, "plugin_collection_plugins": [ { "created_at": "<string>", "id": "<string>", "mc_network_id": "<string>", "plugin_collection_id": "<string>", "plugin_id": "<string>", "plugin_name": "<string>", "required": true, "source_type": "<string>", "source_value": "<string>", "updated_at": "<string>", "version": "<string>" } ] }
Get the plugins configured for a plugin collection
Documentation IndexFetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Network ID
Network Secret
Plugin Collection ID
OK
Show child attributes
Was this page helpful?