Get Hetzner Server Types​
GET
/hetzner/server-types
Get all available Hetzner server types (instance sizes).
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Query Parameters
cloud_provider_token_uuid
Cloud provider token UUID. Required if cloud_provider_token_id is not provided.
Type
string
cloud_provider_token_id
Deprecated: Use cloud_provider_token_uuid instead. Cloud provider token UUID.
Type
string
Responses​
List of Hetzner server types.
application/json
JSON
[
{
"id": 0,
"name": "string",
"description": "string",
"cores": 0,
"memory": 0,
"disk": 0,
"prices": [
{
"location": "string",
"price_hourly": {
"net": "string",
"gross": "string"
},
"price_monthly": {
"net": "string",
"gross": "string"
}
}
]
}
]
