License
Retrieve license information for your NodeFoundry installation.
Returns the current license details including plan, node limits, and expiration date.
Response fields
plan string
License plan name (e.g.
enterprise)maxNodes int
Maximum number of nodes allowed
expiresAt datetime
License expiration date
Response
{
"plan": "enterprise",
"maxNodes": 50,
"expiresAt": "2027-04-07T00:00:00Z"
}