Plans
Retrieve a Plan
Retrieve a Plan object with the given ID.
GET
/
plans
/
{plan}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
plan
string
requiredID of the plan to retrieve
Response
200 - application/json
object
string
requiredType of object is always plan.
id
string
requiredUnique identifier for the plan.
name
string
requiredName of the plan.
description
string
requiredDescription of the plan.
price
number
requiredMonthly base fee charged excl. grid and metering operator fees, as well as taxes and levies.
currency
string
requiredCurrency for the fees.
created_at
string
required