Skip to main content
GET
/
api
/
v2
/
external
/
machine-types
Get Machine Types
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/machine-types \
  --header 'Authorization: Bearer <token>'
{
  "machine_types": [
    {
      "hardware_profile": "<string>",
      "price_per_hour": 123
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.

Response

200 - application/json

Successful Response

Response containing a list of simple machine types.

machine_types
SimpleMachineType · object[]
required
count
integer
required