API Reference — Status
GET /api/v1/licenses/status
Returns the current license information, including tier, active devices, and expiration details.
Headers
| Header | Value |
|---|---|
Authorization |
Bearer {token} |
Response
{ "license_key": "XXXX-XXXX-XXXX-XXXX", "tier": "senior", "active_devices": 2, "max_devices": 4, "features": ["live_mode", "mcp"]}
Response Fields
| Field | Type | Description |
|---|---|---|
license_key |
string | The license key |
tier |
string | License tier (junior, pleno, senior, squad) |
active_devices |
integer | Number of currently active devices |
max_devices |
integer | Maximum allowed devices for this tier |
features |
array | List of enabled features |