Skip to main content
GET

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer

Page number.

Example:

1

per_page
integer

Number of records per page.

Example:

20

status[]
enum<string>[]

Filter quotes by the status of their current version. Possible values are draft, approved and voided.

Available options:
draft,
approved,
voided
order_type[]
enum<string>[]

Filter quotes by order type. Possible values are subscription_creation, subscription_amendment and one_off.

Available options:
subscription_creation,
subscription_amendment,
one_off
number[]
string[]

Filter quotes by their number, as assigned by Lago.

Pattern: ^QT-\d{4}-\d{4,}$
Example:
owner_id[]
string<uuid>[]

Filter quotes by the Lago identifiers of the users owning them.

Example:
external_customer_id[]
string[]

Filter quotes by the external unique identifiers of their customers (provided by your own application).

Example:
from_date
string<date>

Filter quotes created from a specific date.

Example:

"2026-01-01"

to_date
string<date>

Filter quotes created up to a specific date.

Example:

"2026-12-31"

Response

Quotes

quotes
object[]
required
meta
object
required