Skip to main content
GET
/
api
/
v2
/
external
/
pricing
Get Pricing
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/pricing \
  --header 'Authorization: Bearer <token>'
{
  "prices": [
    {
      "meter_slug": "<string>",
      "group_by": {},
      "unit_price": "<string>",
      "unit_price_per_hour": "<string>"
    }
  ],
  "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

Full price book across all meters.

prices
PriceEntry · object[]
required
count
integer
required