cURL
curl --request POST \ --url https://api.mclicense.org/plugins \ --header 'Content-Type: application/json' \ --header 'MCL-Key: <api-key>' \ --data '{ "name": "<string>", "icon": "<string>", "marketplace": "<string>" }'
{ "_id": "<string>", "name": "<string>", "icon": "<string>", "marketplace": { "type": "SpigotMC", "id": "<string>", "url": "<string>" } }
Creates a new plugin with the specified details
API key must start with 'mcl_'
Plugin created successfully
The response is of type object.
object