Skip to content

Get Provider Pricing Tiers

GET
/providers/{provider}/pricing/tiers
curl --request GET \
--url https://api.mengi.cloud/providers/example/pricing/tiers

Get pricing for all available tiers for a specific provider. Returns a list of pricing options (e.g., testing and production for Hetzner).

provider
required
Provider
string

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}