Get quote details
GET
https://app.speybooks.com/api/v1/quotes/{id}Returns full quote details: every line item with account mapping,
the full contact record, and conversion state. If the quote has
been converted, convertedToInvoiceId and
convertedInvoiceNumber identify the linked invoice; both are
null otherwise.
Path parameters
idstringrequiredQuote ID (e.g. quo_42).
Response
200Full quote details with contact, lines, and conversion state.
Show response fields
contactobjectShow child attributes
emailstringidstringnamestringcontactIdstringconvertedInvoiceNumberstringconvertedToInvoiceIdstringidstringissueDatestringlinesarray<object>Show child attributes
accountIdstringaccountNamestringdescriptionstringidstringlineTotalintegernetAmountintegerquantitystringunitPricestringvatAmountintegervatRateintegerquoteNumberstringstatusstringsubtotalintegertotalintegervalidUntilstringvatAmountintegerError codes
400Invalid quote ID format.
404Quote not found.