GET
/
subscriptions
/
{subscription}
/
prices

Authorizations

Authorization
string
headerrequired

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
object
string
required

Type of object is always prices.

subscription
string
required

ID of the subscription these prices are for.

period
object
required
currency
string
required

Currency of the price amounts.

unit
string
required

Unit of the price amounts.

resolution
enum<string>
required

Time resolution of the price data points.

Available options:
15min,
60min
reference
string
required

Reference market for electricity prices.

items
object[] | null
required

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