List quotes
GET
https://app.speybooks.com/api/v1/quotes/Returns a paginated list of quotes with optional status filtering. Includes aggregate stats: draft count, sent count, accepted count, and expired count (sent quotes past their validUntil date).
Query parameters
page integer optional Default: 1Page number. Default 1.
perPage integer optional Default: 50Results per page. Default 50.
status string optionalFilter by quote status (draft, sent, accepted, declined, converted).
Response
200 Paginated list of quotes with status counts (draft, sent, accepted, expired).
Show response fields
quotes array<object>Show child attributes
id stringquoteNumber stringstatus stringtotal integerstats objectShow child attributes
acceptedCount integerdraftCount integerexpiredCount integersentCount integer