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.
Example response
{
"apiversion": 3,
"func": "get_store_config",
"module": "DomainRecommendations",
"result": {
"data": {
"store_type": "WHMCS"
},
"metadata": {
"transformed": 1
},
"status": 1
}
}