Mass manage automatic domain renewal settings. This is useful when you want to disable renewal for a group of domains or enable it again. The API returns a `jobId` to track the action's status via other API calls.
Accept Example Content-Type Example domainIds array required enable boolean required confirmCancelPending boolean success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/domains/bulk/autorenew curl -X POST "https://cloud.hostup.se/api/domains/bulk/autorenew" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domainIds": [
"string"
],
"enable": true,
"confirmCancelPending": true
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"jobId": "string",
"message": "string",
"domainsCount": 0
}
} {
"domainIds": [
"string"
],
"enable": true,
"confirmCancelPending": true
}