Admin > Platform settings

The following endpoints allow you to inspect the settings of your Make platform instance.

Get default license

get

Gets the default organization license for your Make White Label instance. Make uses the default organization license when you create a new organization without specifying the organization's license.

Authorizations
Responses
200

Successful response

application/json
get
GET /api/v2/admin/system-settings/default-license HTTP/1.1
Host: eu1.make.com
Authorization: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "defaultLicense": {
    "dslimit": 40,
    "fslimit": 2147483648,
    "iolimit": 10000,
    "apiLimit": 2000,
    "dsslimit": 524288000,
    "fulltext": true,
    "interval": 1,
    "transfer": 1099511627776,
    "operations": 80000000,
    "scenarioIO": true,
    "gracePeriod": 0,
    "executionTime": 45,
    "restartPeriod": "1 month",
    "customVariables": true,
    "creatingTemplates": true,
    "installPublicApps": true,
    "productManagement": "salesforce",
    "onDemandScheduling": true
  }
}