Get quote details
GET
https://app.speybooks.com/api/v1/quotes/{id}Returns full quote details including all line items with account mappings, contact information, and conversion status. If the quote has been converted, includes the linked invoice ID and number.
Path parameters
id string requiredQuote ID (e.g. quo_42).
Response
200 Returns full quote details including contact, lines with account mappings, and conversion status.
Show response fields
contact objectShow child attributes
id stringname stringcontactId stringid stringlines array<object>Show child attributes
description stringid stringunitPrice integerquoteNumber stringstatus stringtotal integerError codes
400 Invalid quote ID format.
404 Quote not found.