v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "get_license_info",
  "module": "Market",
  "result": {
    "status": 1
  }
}