id
image_id
POST /vps/order
POST /vps/{id}/reinstall
slug
GET /vps/products
extra_software.compatible_images
API-key: ********************
curl --location 'https://mijn.host/api/v2/vps/images' \ --header 'Accept: application/json' \ --header 'User-Agent: my-application/1.0.0' \ --header 'API-key: <api-key>' \ --header 'Content-Type: application/json'
{ "status": 200, "status_description": "Request successful", "data": { "images": [ { "id": 1, "name": "Ubuntu 22.04", "platform": "Linux", "slug": "ubuntu" } ] } }