Responses

GET /server/order/packages
curl \
 -X GET https://api.famesystems.de/server/order/packages \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "package_id": "1",
  "category_id": "5",
  "name": "Rootserver - Extreme",
  "image_url": "https://panel.famesystems.de./images/epyc.png",
  "price_monthly": 1.5,
  "price_yearly": 17.99,
  "windows": false,
  "configuration": [
    "[config_name] => server_cores",
    "[config_displaytext] => 8x AMD EPYC 7443P Cores 4.0GHz",
    "[config_value] => 8",
    "[config_id] => 5",
    "[config_optionid] => -1",
    "[config_icon] => fas fa-microchip",
    "{....}"
  ],
  "backups": true
}
Response examples (200)
{
  "package_id": "1",
  "category_id": "5",
  "name": "Rootserver - Extreme",
  "image_url": "https://panel.famesystems.de./images/epyc.png",
  "price_monthly": 1.5,
  "price_yearly": 17.99,
  "windows": false,
  "configuration": [
    "[config_name] => server_cores",
    "[config_displaytext] => 8x AMD EPYC 7443P Cores 4.0GHz",
    "[config_value] => 8",
    "[config_id] => 5",
    "[config_optionid] => -1",
    "[config_icon] => fas fa-microchip",
    "{....}"
  ],
  "backups": true
}