Skip to main content
GET
List quotes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

Opaque list Cursor from a previous links.next.cursor (API-0013)

limit
integer

Page-size hint for the first page (1–250). Frozen into the Cursor for the rest of the scroll; ignored when cursor is present.

Required range: x <= 250
expand

Repeated field names on the list item to expand. Allowlisted: lineItems. Unknown names are invalid.

Example:

"lineItems"

Response

Quotes listed successfully

Paginated list of quotes (house List envelope). Default items are ListQuote; expand=lineItems yields Quote.

data
object[]
required

A quote for sustainability home improvements

hasMore
boolean
required

True when another page exists; always equals links.next != null