List all quotes
This endpoint is used to list all existing quotes. Quotes are ordered by creation date, from the most recent to the oldest. This is a premium feature.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number.
1
Number of records per page.
20
Filter quotes by the status of their current version. Possible values are draft, approved and voided.
draft, approved, voided Filter quotes by order type. Possible values are subscription_creation, subscription_amendment and one_off.
subscription_creation, subscription_amendment, one_off Filter quotes by their number, as assigned by Lago.
^QT-\d{4}-\d{4,}$Filter quotes by the Lago identifiers of the users owning them.
Filter quotes by the external unique identifiers of their customers (provided by your own application).
Filter quotes created from a specific date.
"2026-01-01"
Filter quotes created up to a specific date.
"2026-12-31"