Activate a signed quote
Puts a signed quote into effect: requires status of signed. A new-business quote activates its subscription; an amendment publishes its phase onto the live subscription. Quotes with auto_activate take effect on their own once signed (a new-business quote at its contract start), so this is only needed for manual activation. The quote itself stays signed — read subscription_id to confirm the deal is live.
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
2026-04-01 A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.
255"ik_a1b2c3d4e5f6"
Path Parameters
Unique identifier for the quote
Response
Success
Whether this quote takes effect on its own once signed; otherwise activate it with Activate a Signed Quote
false
Term of the subscription this quote documents
When the quote was created
"2026-08-21T10:00:00Z"
ISO 4217 currency code
"USD"
Customer ID
"cust_abc123"
Quote ID
"qt_abc123"
Quote kind
new, renewal, amendment "new"
Display name of the quote: its own override when one is set, otherwise the name of the subscription it documents
"Acme Platform 2026"
Document status
draft, pending_approval, sent, signed, rejected, withdrawn, expired "draft"
The subscription this quote creates or amends. Whether the deal is in effect is that subscription's state, not the quote's: read it, or its phases, once the quote is signed.
"sub_abc123"
When the quote was last updated
"2026-08-21T10:00:00Z"
When the signing offer expires; null means it never expires
"2026-09-30T23:59:59Z"
Hosted page where the customer reviews and signs. Present on a single quote while a customer signature is pending, so a lost link can be recovered; omitted on the list.
"https://acme.alguna.io/hs/elt_abc123"
Reason recorded on withdrawal
"Superseded by revised terms"
When the quote was withdrawn, if withdrawn
"2026-09-15T09:00:00Z"