Market
Market Integration
Retrieve license information for a domain
This function retrieves license information for the specified domain from the cPanel Store and saves it to the current session.
get/Market/get_license_info
Query parameters
domainstring
Example:example.com
The domain for which to retrieve license information. This parameter is optional.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_license_info",
"module": "Market",
"result": {
"status": 1
}
}