Check a license key and return its limits
post
Body
licensestringRequired
Responses
200
Decoded license limits.
application/json
objectOptional
400
Invalid license key.
application/json
404
License not found.
application/json
500
Unable to check license.
application/json
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?