# API: Change DCV method
# changeDCVMethod
Change DCV method
# Required parameters
Parameter | Description |
---|---|
id | Account id |
method | DCV Method [email, dns, http, https] |
# Optional parameters
Parameter | Description |
---|---|
email | Approval Email [require if method = email] |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=changeDCVMethod&id=ID&method=METHOD
# PHP Samples
# Response
{
"success": true,
"change": true,
"call": "changeDCVMethod",
"server_time": 1720449006
}