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"
]
}
}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"
]
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the quote
"01ARZ3NDEKTSV4RRFFQ69G5AV"
Quote retrieved successfully
Quote retrieval response
A quote for sustainability home improvements
Show child attributes
Was this page helpful?