curl --request GET \
--url https://api.bunny.net/v3.0/pricing-packages/{pricingPackageId} \
--header 'AccessKey: <api-key>'{
"CPUCores": 123,
"MemoryInGB": 123,
"DiskInGB": 123,
"PricePerPackagePerMonth": 123,
"PricePerCPUUnitPerHour": 123,
"PricePerDiskUnit": 123,
"PricePerMemoryUnit": 123,
"PricePerAnycastIpPerMonth": 123,
"PricePerPersistentVolumeGBPerMonth": 123,
"CreatedAt": "2023-11-07T05:31:56Z",
"PricingPackageId": "<string>",
"Description": "<string>",
"PackageType": "Shared",
"LastUpdatedAt": "2023-11-07T05:31:56Z"
}Pricing package was successfully retrieved
curl --request GET \
--url https://api.bunny.net/v3.0/pricing-packages/{pricingPackageId} \
--header 'AccessKey: <api-key>'{
"CPUCores": 123,
"MemoryInGB": 123,
"DiskInGB": 123,
"PricePerPackagePerMonth": 123,
"PricePerCPUUnitPerHour": 123,
"PricePerDiskUnit": 123,
"PricePerMemoryUnit": 123,
"PricePerAnycastIpPerMonth": 123,
"PricePerPersistentVolumeGBPerMonth": 123,
"CreatedAt": "2023-11-07T05:31:56Z",
"PricingPackageId": "<string>",
"Description": "<string>",
"PackageType": "Shared",
"LastUpdatedAt": "2023-11-07T05:31:56Z"
}API Access Key authorization header
Pricing package was successfully retrieved
1 = Shared
2 = Reserved
Shared, Reserved "Shared"
Was this page helpful?