cURL
curl --request GET \ --url https://api.mclicense.org/plugins \ --header 'MCL-Key: <api-key>'
[ { "_id": "<string>", "name": "<string>", "icon": "<string>", "marketplace": { "type": "SpigotMC", "id": "<string>", "url": "<string>" } } ]
Returns all plugins associated with the authenticated account
API key must start with 'mcl_'
List of plugins
The response is of type object[].
object[]