List all WordPress installations

Retrieve a list of all WordPress installations on your hosting account, including domain, version, and status for each installation.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
installations string
count string
GET https://cloud.hostup.se/api/hosting/{accountId}/wordpress
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/17506/wordpress" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "installations": "string",
  "count": "string"
}