license.list

Retrieve a list of software licenses by the specified $type.

Examples

Retrieve list of cPanel licenses

Set type to the desired type of license and call

Try it Out
{
	"type": "cpanel"
}
[
	
]

Retrieve list of cancelled cPanel licenses

Set type to the desired type of license and call

Try it Out
{
	"type": "cpanel",
	"cancelled": "true"
}
[
	
]

Parameters

Name Type Default
type enum Required
Values: cpanel, cloudlinux, fantastico, softaculous, whmsonic, whmxtra, plesk, imunify360
cancelled bool null

Errors

Code Name