quotes
Get complete details for a specific quote
Retrieve full quote information including all line items, pricing breakdown, discounts, and terms. This endpoint provides everything needed to review and make a decision on a quote.
Use Cases
- Review detailed pricing before accepting
- Compare line items and understand costs
- Check validity period and terms
- Share quote details with stakeholders
Quote Components
- Line Items: Detailed breakdown of all quoted items/services
- Pricing: Subtotal, discounts, taxes, and final total
- Terms: Validity period and legal conditions
- Notes: Special pricing or implementation details
Important Considerations
- Quotes have expiration dates - check
valid_until
- Discounts may be contingent on terms (see notes)
- Tax amounts are estimates and may vary on final invoice
- Terms and conditions are legally binding upon acceptance
Next Steps
- To accept: POST
/quotes/{quote_id}/confirm
- To reject: POST
/quotes/{quote_id}/reject
- Questions? Contact your account representative
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the quote to retrieve
Response
200
application/json
Successfully retrieved quote details
Complete quote details including pricing breakdown and terms
Contains all information needed to evaluate and make a decision on a quote, including itemized pricing and applicable terms.