v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Market
SSL Certificates

Return provider's DCV filename requirements

This function returns the provider's filename requirements for Domain Control Validation (DCV) checks.

get/Market/get_provider_specific_dcv_constraints

Query parameters

providerstring required
Example:cPStore

The cPanel Market provider's name.

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_provider_specific_dcv_constraints",
  "module": "Market",
  "result": {
    "data": {
      "dcv_file_extension": "txt",
      "dcv_file_random_character_count": 32,
      "dcv_file_relative_path": ".well-known/pki-validation",
      "dcv_user_agent_string": "COMODO DCV"
    },
    "status": 1
  }
}