Hosting Type

/hosting-type

GET

Get all available hosting types.

JSON response

array: Hosting Type

Sample

curl \
--request GET \
--user "{{api_username}}:{{api_key}}" \
"{{api_base_url}}/hosting-type" | python -m json.tool

/hosting-type/{id}

GET

Get detailed information about a hosting type.

JSON response

object: Hosting Type

Sample

curl \
--request POST \
--user "{{api_username}}:{{api_key}}" \
"{{api_base_url}}/hosting-type/{id}" | python -m json.tool