GET
/
licenses
/
{licenseKey}
curl --request GET \
  --url https://api.mclicense.org/licenses/{licenseKey} \
  --header 'MCL-Key: <api-key>'
{
  "key": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "pluginId": "<string>",
  "maxIps": 123,
  "expiresOn": "<string>",
  "user": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

MCL-Key
string
header
required

API key must start with 'mcl_'

Path Parameters

licenseKey
string
required

Response

200 - application/json

License details

The response is of type object.