v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
DomainRecommendations

Retrieve the sanitized domain store configuration

This function returns the allowlisted store configuration for the Domain Recommendations feature.

Important:

This function returns only explicitly allowlisted fields. Any key not on the allowlist — including credentials, URLs, and future additions — is excluded by default.

Note:

This function requires the domain_recommendation feature.

get/DomainRecommendations/get_store_config

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_store_config",
  "module": "DomainRecommendations",
  "result": {
    "data": {
      "store_type": "WHMCS"
    },
    "metadata": {
      "transformed": 1
    },
    "status": 1
  }
}