Skip to main content
POST
/
v0
/
plugin-collections
Create a plugin collection
curl --request POST \
  --url https://controller.platform.simplecloud.app/v0/plugin-collections \
  --header 'Content-Type: application/json' \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>' \
  --data '
{
  "name": "<string>"
}
'
{
  "created_at": "<string>",
  "id": "<string>",
  "mc_network_id": "<string>",
  "name": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Body

application/json

Plugin collection details

name
string

Response

Created

created_at
string
id
string
mc_network_id
string
name
string
updated_at
string