Skip to main content
GET
/
v1
/
quotes
/
{quoteId}
Get a quote
curl --request GET \
  --url https://api.prets.io/v1/quotes/{quoteId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "quoteId": "01ARZ3NDEKTSV4RRFFQ69G5AV",
    "createdAt": "2024-06-15T10:30:00.000Z",
    "updatedAt": "2024-06-15T10:30:00.000Z",
    "address": {
      "postalCode": "1000AA",
      "country": "NL",
      "houseNumber": "42",
      "streetAddress": "Rue de la Loi 200",
      "streetAddress2": "Apt 4B",
      "city": "Brussels",
      "street": "Kerkstraat",
      "houseNumberAddition": "A"
    },
    "contact": {
      "email": "jan.jansen@example.nl",
      "firstName": "Jan",
      "lastName": "Jansen",
      "phoneNumber": "+31612345678"
    },
    "currency": "EUR",
    "totalInclTax": 25000,
    "financing": {
      "status": "on_hold",
      "reason": "customer_unreachable"
    },
    "lineItems": [
      {
        "type": "battery",
        "totalInclTax": 12500,
        "totalNameplateCapacity": 13500,
        "totalNameplatePower": 5000,
        "lineItemId": "<string>",
        "externalId": "QUOTE-2024-001-PV",
        "totalExclTax": 10330.58,
        "unitPrice": 250,
        "productIdentifiers": {
          "brand": "Enphase",
          "manufacturerPartNumber": "SE7600H-US",
          "globalTradeItemNumber": "0885629362058"
        },
        "incentiveCodes": [
          "ISDE-2024-WP",
          "PROV-NH-2024"
        ],
        "description": "<string>"
      }
    ],
    "terms": [
      "subject_to_financing"
    ],
    "expiresAt": "2024-12-31T23:59:59Z",
    "sentAt": "2024-06-15T10:30:00Z",
    "totalExclTax": 20661.16,
    "description": "<string>",
    "tags": [
      "smartphone_only",
      "less_digitally_skilled"
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

quoteId
string<ulid>
required

The unique identifier of the quote

Example:

"01ARZ3NDEKTSV4RRFFQ69G5AV"

Response

Quote retrieved successfully

Quote retrieval response

data
object
required

A quote for sustainability home improvements