List all order forms
This endpoint is used to list all existing order forms. 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 order forms by status. Possible values are generated, signed, expired and voided.
generated, signed, expired, voided Filter order forms by the Lago identifiers of their customers.
Filter order forms by their number, as assigned by Lago.
Filter order forms by the number of the quote they come from.
Filter order forms by the Lago identifiers of the users owning the quote they come from.
Search order forms by number.
"OF-2026"
Filter order forms created from a specific date and time, in UTC (ISO 8601).
"2026-01-01T00:00:00Z"
Filter order forms created up to a specific date and time, in UTC (ISO 8601).
"2026-12-31T23:59:59Z"
Filter order forms expiring from a specific date and time, in UTC (ISO 8601). Order forms that never expire are excluded.
"2026-01-01T00:00:00Z"
Filter order forms expiring up to a specific date and time, in UTC (ISO 8601). Order forms that never expire are excluded.
"2026-12-31T23:59:59Z"