Skip to main content
GET
Retrieve a quote

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Example:

"pln_1"

Query Parameters

zip_code
string
required

ZIP code for the delivery address

Example:

"10115"

usage
number
required

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

Required range: 100 <= x <= 50000
Example:

2500

meter_type
enum<string>
default:analog

Type of the meter

Available options:
analog,
smart
Example:

"analog"

14a_module_1
boolean | null
default:false

Whether to include §14a EnWG Module 1 (Pauschale Netzentgeltreduktion) in the quote. Only applicable to consumption plans; requests for feed-in plans are rejected with 400 BAD_REQUEST.

Example:

true

14a_module_2
boolean | null
default:false

Whether to include §14a EnWG Module 2 (Prozentuale Netzentgeltreduktion) in the quote. Only applicable to consumption plans; requests for feed-in plans are rejected with 400 BAD_REQUEST.

Example:

true

is_tax_exempt
boolean

Whether the prospective customer is exempt from VAT. Private operators are typically exempt as Kleinunternehmer under § 19 UStG when their revenue stayed under 25,000 EUR the previous year and stays under 100,000 EUR the current year; companies are not. Only affects feed-in plans. Consumption plans are always quoted inclusive of VAT.

Example:

false

Response

Retrieve the quote details

object
enum<string>
required
Available options:
quote
amount
number
required

Total amount of the quote

Example:

71.9

currency
enum<string>
required

Currency of the quote

Available options:
EUR
components
object[]
required

Components of the quote

Example:
quoted_at
string<date-time>
required

When this quote was generated

Example:

"2024-10-30T16:04:06.122Z"

discount
object