GET
/
subscriptions
/
{subscription}
/
prices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

subscription
string
required

ID of the subscription to retrieve prices for

Query Parameters

start
string
required

Start date of the period at 00:00:00 in local time of the customer (format yyyy-mm-dd)

end
string
required

End date of the period at 23:59:59 in local time of the customer (format yyyy-mm-dd)

Response

200 - application/json
currency
string
required

Currency of the price amounts.

items
object[] | null
required

List of price data points. Null if subscription is not active (either hasn't started yet or has ended).

object
string
required

Type of object is always prices.

period
object
required
reference
string
required

Reference market for electricity prices.

resolution
enum<string>
required

Time resolution of the price data points.

Available options:
15min,
60min
subscription
string
required

ID of the subscription these prices are for.

unit
string
required

Unit of the price amounts.