Authorization: Bearer ********************
curl --location --request GET 'https://api.vpsbg.eu/v1/plans//addons' \
--header 'Accept;'
{
"data": [
{
"key": "cpanel-admin-5",
"price": 25,
"price_with_vat": 30
},
{
"key": "cpanel-pro-30",
"price": 35,
"price_with_vat": 42
},
{
"key": "cpanel-premier-100",
"price": 70,
"price_with_vat": 84
},
{
"key": "cpanel-plus-50",
"price": 50,
"price_with_vat": 60
},
{
"key": "backups",
"price": 5,
"price_with_vat": 6
},
{
"key": "100mbps-unmetered",
"price": 50,
"price_with_vat": 60
},
{
"key": "1gbps-unmetered",
"price": 450,
"price_with_vat": 540
},
{
"key": "windows-server-license",
"price": 10,
"price_with_vat": 12
},
{
"key": "microsoft-office-sal",
"price": 20,
"price_with_vat": 24
},
{
"key": "microsoft-rds-sal",
"price": 11,
"price_with_vat": 13.2
}
]
}