cURL
curl --request GET \ --url https://controller.platform.simplecloud.app/v0/plugins \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>'
{ "count": 123, "plugins": [ { "created_at": "<string>", "id": "<string>", "mc_network_id": "<string>", "name": "<string>", "source_type": "<string>", "source_value": "<string>", "updated_at": "<string>" } ] }
Get a list of plugins for a network
Network ID
Network Secret
OK
Show child attributes
Was this page helpful?