Skip to main content
GET
List policies

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Query Parameters

quote_request_id
integer
quote_price_id
string<uuid>
provider_policy_id
integer
car_sequence_number
string
new_owner_id
string
previous_owner_id
string
status
integer
min_price
number
max_price
number
per_page
integer
Required range: x >= 1
date_from
string<date>

Inclusive lower bound for the policy date. For issued policies (status=1), this filters by uploaded_at (the provider policy issue timestamp) and falls back to created_at when uploaded_at is unavailable. For other statuses, this filters by created_at.

Example:

"2026-06-01"

date_to
string<date>

Inclusive upper bound for the policy date. For issued policies (status=1), this filters by uploaded_at (the provider policy issue timestamp) and falls back to created_at when uploaded_at is unavailable. For other statuses, this filters by created_at.

Example:

"2026-06-30"

include_aggregates
boolean

When true, includes policy totals, total price, and monthly buckets for the filtered result set.

Example:

true

Response

Success

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.