Skip to main content
GET
List quotes

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Query Parameters

date_from
string<date>

Inclusive lower bound for quote request creation date.

Example:

"2026-06-01"

date_to
string<date>

Inclusive upper bound for quote request creation date.

Example:

"2026-06-30"

per_page
integer

Number of quote requests to return per page.

Required range: x >= 1
Example:

10

include_aggregates
boolean

When true, includes quote request totals and monthly buckets for the filtered result set.

Example:

true

Response

Paginated list of quotes

current_page
integer
data
object[]
first_page_url
string
from
integer | null
last_page
integer
last_page_url
string
next_page_url
string | null
path
string
per_page
integer
prev_page_url
string | null
to
integer | null
total
integer
aggregates
object

Returned only when include_aggregates is true.