curl --request GET \
--url https://api.hyperline.co/v1/quotes \
--header 'Authorization: Bearer <token>'{
"meta": {
"total": 1,
"taken": 1,
"skipped": 0,
"approximateCount": false
},
"data": [
{
"id": "quo_hXQCd5y8P3GYXa",
"customer_id": "cus_QalW2vTAdkR6IY",
"invoicing_entity_id": "ive_47484fjdhy5",
"template_id": "quot_9hNWq4c84Z146W",
"crm_opportunity_id": null,
"number": "327",
"comments": "Please find the contract and subscription details we discussed.",
"terms": "By signing this quote, you accept our conditions of use for the use of our products and services.",
"owner_email": "[email protected]",
"collect_payment_details": true,
"collect_custom_property_ids": [],
"display_quote_value": true,
"display_taxes": true,
"display_price_tiers": true,
"display_phase_value": false,
"display_first_invoice_amount": false,
"display_documents_in_preview": false,
"display_subscription_on_update": false,
"attachments": [
{
"id": "quof_5GYXy8P3QCdaXh",
"name": "General Conditions of Sale",
"mimetype": "application/pdf"
}
],
"signed_file": null,
"url": "https://billing.hyperline.co/quote/quo_hXQCd5y8P3GYXa",
"created_at": "2024-04-23T09:10:00.220Z",
"updated_at": "2024-04-23T10:22:08.100Z",
"status": "draft",
"amount": 200000,
"expires_at": null,
"type": "subscription",
"subscription_id": "sub_B6ClkdqNqVNBgY",
"child_subscription_ids": [
"sub_0z39oqdhKl0PXb"
]
}
]
}Retrieve existing quotes.
curl --request GET \
--url https://api.hyperline.co/v1/quotes \
--header 'Authorization: Bearer <token>'{
"meta": {
"total": 1,
"taken": 1,
"skipped": 0,
"approximateCount": false
},
"data": [
{
"id": "quo_hXQCd5y8P3GYXa",
"customer_id": "cus_QalW2vTAdkR6IY",
"invoicing_entity_id": "ive_47484fjdhy5",
"template_id": "quot_9hNWq4c84Z146W",
"crm_opportunity_id": null,
"number": "327",
"comments": "Please find the contract and subscription details we discussed.",
"terms": "By signing this quote, you accept our conditions of use for the use of our products and services.",
"owner_email": "[email protected]",
"collect_payment_details": true,
"collect_custom_property_ids": [],
"display_quote_value": true,
"display_taxes": true,
"display_price_tiers": true,
"display_phase_value": false,
"display_first_invoice_amount": false,
"display_documents_in_preview": false,
"display_subscription_on_update": false,
"attachments": [
{
"id": "quof_5GYXy8P3QCdaXh",
"name": "General Conditions of Sale",
"mimetype": "application/pdf"
}
],
"signed_file": null,
"url": "https://billing.hyperline.co/quote/quo_hXQCd5y8P3GYXa",
"created_at": "2024-04-23T09:10:00.220Z",
"updated_at": "2024-04-23T10:22:08.100Z",
"status": "draft",
"amount": 200000,
"expires_at": null,
"type": "subscription",
"subscription_id": "sub_B6ClkdqNqVNBgY",
"child_subscription_ids": [
"sub_0z39oqdhKl0PXb"
]
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
0 <= x <= 100x >= 0all, draft, pending_approval, changes_requested, approved, pending_signature, expired, signed, voided all, draft, pending_approval, changes_requested, approved, pending_signature, expired, signed, voided Show child attributes
List of Quote.
Show child attributes
Was this page helpful?