For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check a license key and return its limits

post
Body
licensestringRequired
Responses
200

Decoded license limits.

application/json
objectOptional
post/api/v1/license/check
POST /api/v1/license/check HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 18

{
  "license": "text"
}
{
  "devices": 250,
  "locations": 10,
  "network_devices": 50,
  "users": 100
}

Last updated

Was this helpful?