Skip to main content
POST
/
v0
/
plugins
Create a new plugin
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>"
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Body

application/json

Plugin details

The body is of type object.

Response

Created

created_at
string
id
string
mc_network_id
string
name
string
source_type
string
source_value
string
updated_at
string