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 required
Quote ID (e.g. quo_42).

Response

200 Returns full quote details including contact, lines with account mappings, and conversion status.
Show response fields
contact object
Show child attributes
id string
name string
contactId string
id string
lines array<object>
Show child attributes
description string
id string
unitPrice integer
quoteNumber string
status string
total integer

Error codes

400 Invalid quote ID format.
404 Quote not found.