List installed PHP versions

View the PHP versions installed on your web hosting account. This is useful for checking compatibility for your website or specific applications running on the server.

Path Parameters

accountId integer · min: 1 required

accountId parameter

Headers

Accept Example
Content-Type Example

Responses

200 Successful response

No response body

GET https://cloud.hostup.se/api/hosting/{accountId}/php/installed
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/0/php/installed" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{}