Send a quote for signature
Issues a quote revision (snapshot + rendered PDF) and moves the quote to sent, returning it with the signing_url for the customer to review and sign. Requires draft, rejected or pending_approval, and only a new-business quote: an amendment is issued when it is created. Omit signer_email to send no invitation and share the link yourself.
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
Body
Email the signing link is sent to. When omitted no email is sent; share signing_url yourself.
255"ada@acme.com"
Name of the person expected to sign, recorded on the signature session.
"Ada Lovelace"
Signer's job title, recorded on the signature session.
"CFO"
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"