Storm docs logo
Search the docs.../
Explore Storm Products

License Settings

Returns the current license settings.

Request

PropertyValue
MethodGET
URL/api/license/settings
Content-Typeapplication/json
AuthenticationBearer Token
Request
Code iconbash
curl -X GET "{BASE_URL}/api/license/settings" \
  -H "Authorization: Bearer YOUR_TOKEN"

Response Body

CodeDescription
200Success
400Bad Request - Invalid parameters
401Unauthorized - Invalid or missing token
429Too Many Requests - Rate limit exceeded
500Internal Server Error
ParameterTypeDescription
data.attributes.licenseKey.valuestringThe license key (masked if masked is true)
data.attributes.licenseKey.editablebooleanIndicates if the license key can be modified via API
data.attributes.licenseKey.maskedbooleanIndicates if the license key value is masked
data.attributes.licenseKey.lockedBystringIdentifier of the entity that locked this field (e.g., environment variable)
meta.executionTimeintegerRequest processing time in milliseconds
meta.generatedAtintegerResponse generation timestamp (Unix timestamp in ms)
Successful Response (200)
Code iconjson
{
  "data": {
    "attributes": {
      "licenseKey": {
        "value": "developer",
        "editable": true,
        "masked": true
      }
    }
  },
  "meta": {
    "executionTime": 0,
    "generatedAt": 1764230177871
  }
}

Error Response (4xx/5xx)

ParameterTypeDescription
messagestringHuman-readable error message
Code iconjson
{
  "message": "Error message"
}
Support Needed?

Create a free ticket and our support team will provide you necessary assistance.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.