cURL
curl --request POST \ --url https://controller.platform.simplecloud.app/v0/plugins \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "created_at": "<string>", "id": "<string>", "mc_network_id": "<string>", "name": "<string>", "source_type": "<string>", "source_value": "<string>", "updated_at": "<string>" }
Create a new plugin for a network
Network ID
Network Secret
Plugin details
The body is of type object.
object
Created
Was this page helpful?