GET
/
plans
/
{plan}
/
quote

Authorizations

Authorization
string
headerrequired

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

Path Parameters

plan
string
required

ID of the plan to quote

Query Parameters

zip_code
string
required

ZIP code for the delivery address

usage
integer
required

Annual electricity usage in kWh. Must be between 100 and 50000

Required range: 100 < x < 50000
meter_type
enum<string>
required

Type of electricity meter

Available options:
smart,
analog

Response

200 - application/json
object
string
required

Type of object is always quote.

amount
number
required

Total amount of the quote.

currency
string
required

Currency of the quoted amounts.

quoted_at
string
required

When this quote was generated.

components
object[]