API documentation
Integrations
Analytics
Billable events
Companies
Coupons > Promotion codes
Custom properties
Customers
Customers > Credits
Customers > Payment methods
Integrations
Invoices
Invoices > Transactions
Invoicing entities
Organisations
Payments
Price configurations
Products
Quotes
Subscriptions
- GETGet subscriptions
- GETGet subscription
- GETGet subscription phases
- GETGet subscription phase
- POSTCreate subscription update
- POSTCreate subscription updates
- POSTCreate subscription
- PUTUpdate subscription
- POSTActivate subscription
- POSTCancel subscription
- POSTPause subscription
- POSTReactivate subscription
- POSTRefresh seat products
- POSTRefresh subscriptions
- POSTReinstate subscription
- POSTTransition subscription to next phase
Third-party apps
Wallets
Quotes
Get quote
Retrieve the details of an existing quote.
GET
/
v1
/
quotes
/
{id}
curl --request GET \
--url https://api.hyperline.co/v1/quotes/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "quo_hXQCd5y8P3GYXa",
"customer_id": "cus_QalW2vTAdkR6IY",
"invoicing_entity_id": "ive_47484fjdhy5",
"template_id": "quot_9hNWq4c84Z146W",
"crm_opportunity_id": "<string>",
"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": "joe@acme.com",
"collect_payment_details": true,
"collect_custom_property_ids": [],
"attachments": [
{
"id": "quof_5GYXy8P3QCdaXh",
"name": "General Conditions of Sale",
"mimetype": "application/pdf"
}
],
"signed_file": {
"id": "<string>",
"name": "<string>",
"mimetype": "<string>"
},
"url": "https://billing.hyperline.co/quote/quo_hXQCd5y8P3GYXa",
"created_at": "2024-12-20T16:04:11Z",
"status": "draft",
"amount": 200000,
"expires_at": "2024-10-13T02:00:00.000Z",
"type": "subscription",
"subscription_id": "sub_B6ClkdqNqVNBgY",
"child_subscription_ids": [
"sub_0z39oqdhKl0PXb"
],
"automatically_start_subscription": true
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.hyperline.co/v1/quotes/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "quo_hXQCd5y8P3GYXa",
"customer_id": "cus_QalW2vTAdkR6IY",
"invoicing_entity_id": "ive_47484fjdhy5",
"template_id": "quot_9hNWq4c84Z146W",
"crm_opportunity_id": "<string>",
"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": "joe@acme.com",
"collect_payment_details": true,
"collect_custom_property_ids": [],
"attachments": [
{
"id": "quof_5GYXy8P3QCdaXh",
"name": "General Conditions of Sale",
"mimetype": "application/pdf"
}
],
"signed_file": {
"id": "<string>",
"name": "<string>",
"mimetype": "<string>"
},
"url": "https://billing.hyperline.co/quote/quo_hXQCd5y8P3GYXa",
"created_at": "2024-12-20T16:04:11Z",
"status": "draft",
"amount": 200000,
"expires_at": "2024-10-13T02:00:00.000Z",
"type": "subscription",
"subscription_id": "sub_B6ClkdqNqVNBgY",
"child_subscription_ids": [
"sub_0z39oqdhKl0PXb"
],
"automatically_start_subscription": true
}
Assistant
Responses are generated using AI and may contain mistakes.