Manage WordPress installations in batch for multiple hosting accounts simultaneously. This endpoint is specific to cPanel servers and returns a unique ID required for subsequent calls, for example, to retrieve the status or results of the operation.
Accept Example Content-Type Example accountIds array required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/hosting/wordpress/batch curl -X POST "https://cloud.hostup.se/api/hosting/wordpress/batch" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"accountIds": [
"string"
]
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"accounts": {
"18262": {
"success": true,
"accountId": "string",
"installations": [
"string"
],
"count": 0
}
},
"totalAccounts": 0,
"totalInstallations": 0
}
} {
"accountIds": [
"string"
]
}