Alle verfügbaren Server pakete abrufen

GET /server/order/packages

Responses

  • 200

    Ok

    Hide response attributes Show response attributes object
    • package_id string
    • category_id string
    • name string
    • image_url string
    • price_monthly number
    • price_yearly number
    • windows boolean
    • configuration array[string]
    • backups boolean
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
}