Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Path Parameters

lago_id
string<uuid>
required

Unique identifier assigned to the quote version within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the quote version's record within the Lago system.

Example:

"1a901a90-1a90-1a90-1a90-1a901a901a90"

Body

application/json

Approve quote version payload

Parameters available when approving a quote version.

expires_at
string<date-time>

The date and time in UTC (ISO 8601) when the order form generated by the approval expires. It must be in the future, and must fall strictly before the day the quoted deal stops being executable, otherwise the approval is rejected with a 422. That boundary is the earliest of the endDate of any quoted plan and the expirationAt of any quoted wallet credit or recurring top-up rule. A one_off quote carries none of them, so its signing window is never bounded. When expires_at is omitted, the order form never expires.

Example:

"2026-06-30T23:59:59Z"

Response

Quote version approved

quote_version
object
required