Get a specific quote
GET/api/v3/quote/:quote_id
If the quote has been turned into an invoice, there will be an invoices attribute which links
to the related invoice.
If the quote has been turned into a subscription, there will be a packages attribute which links
to the related subscription.
Request
Responses
- 200
- 400
- 401
- 404
Object was fetched successfully
Bad request
Authentication error
Object not found