Authorization: Bearer ********************
{}
curl --location --request GET 'https://api.vpsbg.eu/v1/floating-ips/plans' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
[
{
"id": 143,
"name": "floating-ipv6",
"available": true,
"price": 0,
"price_with_vat": 0
},
{
"id": 32,
"name": "floating-ipv4",
"available": true,
"price": 2.5,
"price_with_vat": 3
},
{
"id": 33,
"name": "floating-ipv4-ddos",
"available": true,
"price": 10,
"price_with_vat": 12
}
]