Articles on: Quotify

How can I access the API?

You can access the API by going to Quotify > Settings > Integrations and start by creating a new API token:


You can use this token to make requests to the https://quotify.dev/api/quotes endpoint. For example:


# cURL example

curl "https://quotify.dev/api/quotes" \
-H 'Authorization: Bearer 1|wmhsjBNSfvgdfb4234XL234241zXAdUFNxVNdfg1Fzp123cbd5e'

# Axios example

axios({
"method": "GET",
"url": "https://quotify.dev/api/quotes",
"headers": {
"Authorization": "Bearer 1|wmhsjBNSfvgdfb4234XL234241zXAdUFNxVNdfg1Fzp123cbd5e"
}
})


Make sure you include the API token via the Authorization header. You will get the following response:


{
"data": [
{
"id": "a1X9Zq7LmP",
"shopify_draft_order_id": 1132456789012,
"shopify_customer_id": 7345678901234,
"market": "us",
"language": "en",
"created_at": "2025-10-21T14:05:12+00:00",
"utm_parameters": {
"gclid": "CjwK123abcDEF456ghi",
"content": "hero_cta",
"campaign": "fall_launch_2025"
},
"fieldsets": [
{
"id": "F9bQ2Vw1kL",
"title": "Contact information",
"fields": [
{
"id": "Xk2mN8pQ7r",
"name": "First name",
"type": "text",
"value": "Jordan"
},
{
"id": "Tu4cB1sL3e",
"name": "Last name",
"type": "text",
"value": "Nguyen"
},
{
"id": "Em5dR0vW2y",
"name": "Email",
"type": "email",
"value": "jordan.nguyen@example.com"
},
{
"id": "Ph0n3F13ld",
"name": "Phone",
"type": "text",
"value": "+1 415 555 0137"
}
]
}
],
"products": [
{
"id": "Prd-MBA13",
"shopify_product_id": 8757753000123,
"title": "MacBook Air 13” (M2)",
"variants": [
{
"id": "Var-MBA13-8256",
"shopify_product_variant_id": 46118738299999,
"variant_title": "8-core / 8GB / 256GB",
"variant_sku": "MBA13-M2-8-256",
"variant_quantity": 1,
"price": 109900
}
]
},
{
"id": "Prd-USBCHub",
"shopify_product_id": 7857753999999,
"title": "USB-C 7-in-1 Hub",
"variants": [
{
"id": "Var-HUB-7IN1",
"shopify_product_variant_id": 47118738230001,
"variant_title": "Space Gray",
"variant_sku": "HUB-7IN1-SG",
"variant_quantity": 1,
"price": 4999
}
]
}
],
"notes": "Customer requested delivery by Oct 31 and asked about education pricing.",
"links": {
"self": "https://quotify.dev/api/quotes/a1X9Zq7LmP"
}
},
{
"id": "b7K3Md2Rsz",
"shopify_draft_order_id": 1132456789013,
"shopify_customer_id": 7345678901235,
"market": "eu",
"language": "fr",
"created_at": "2025-10-20T09:42:31+00:00",
"utm_parameters": {
"gclid": "EAIaIQobChMI4u2Q-9b5wQIV",
"content": "retarget_banner",
"campaign": "retargeting-eu-q4"
},
"fieldsets": [
{
"id": "Ctct-Info-FR",
"title": "Informations de contact",
"fields": [
{
"id": "FR-FN",
"name": "First name",
"type": "text",
"value": "Élise"
},
{
"id": "FR-LN",
"name": "Last name",
"type": "text",
"value": "Dupont"
},
{
"id": "FR-EM",
"name": "Email",
"type": "email",
"value": "elise.dupont@example.fr"
},
{
"id": "FR-CO",
"name": "Company",
"type": "text",
"value": "Atelier Lumière SARL"
}
]
}
],
"products": [
{
"id": "Prd-MX3S",
"shopify_product_id": 6890011223344,
"title": "Logitech MX Master 3S",
"variants": [
{
"id": "Var-MX3S-GR",
"shopify_product_variant_id": 48900112233441,
"variant_title": "Graphite",
"variant_sku": "LOG-MX3S-GR",
"variant_quantity": 2,
"price": 9999
}
]
}
],
"notes": "Asked about bulk discount for 10+ units; VAT number will be provided at checkout.",
"links": {
"self": "https://quotify.dev/api/quotes/b7K3Md2Rsz"
}
},
{
"id": "c9P5Hw8VqL",
"shopify_draft_order_id": null,
"shopify_customer_id": null,
"market": "au",
"language": "en",
"created_at": "2025-10-19T22:18:05+00:00",
"utm_parameters": {
"gclid": "gclsrc_123xyz987",
"content": "blog_sidebar",
"campaign": "workspace-makeover"
},
"fieldsets": [
{
"id": "AU-Contact",
"title": "Contact information",
"fields": [
{
"id": "AU-FN",
"name": "First name",
"type": "text",
"value": "Kofi"
},
{
"id": "AU-LN",
"name": "Last name",
"type": "text",
"value": "Mensah"
},
{
"id": "AU-EM",
"name": "Email",
"type": "email",
"value": "kofi.mensah@example.com"
}
]
}
],
"products": [
{
"id": "Prd-Desk120",
"shopify_product_id": 5566778899001,
"title": "Electric Standing Desk",
"variants": [
{
"id": "Var-Desk120-60",
"shopify_product_variant_id": 55667788991112,
"variant_title": "120×60 cm — Oak",
"variant_sku": "DESK-120-OAK",
"variant_quantity": 1,
"price": 34900
}
]
},
{
"id": "Prd-DeskMat",
"shopify_product_id": 5566778899002,
"title": "Leather Desk Mat",
"variants": [
{
"id": "Var-DeskMat-BK",
"shopify_product_variant_id": 55667788992223,
"variant_title": "Large — Black",
"variant_sku": "DM-L-BLK",
"variant_quantity": 1,
"price": 5900
}
]
}
],
"notes": null,
"links": {
"self": "https://quotify.dev/api/quotes/c9P5Hw8VqL"
}
}
],
"links": {
"first": "https://quotify.dev/api/quotes?page=1",
"last": "https://quotify.dev/api/quotes?page=10",
"prev": null,
"next": "https://quotify.dev/api/quotes?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 10,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=1",
"label": "1",
"active": true
},
{
"url": "https://quotify.dev/api/quotes?page=2",
"label": "2",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=3",
"label": "3",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=4",
"label": "4",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=5",
"label": "5",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=6",
"label": "6",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=7",
"label": "7",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=8",
"label": "8",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=9",
"label": "9",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=10",
"label": "10",
"active": false
},
{
"url": "https://quotify.dev/api/quotes?page=2",
"label": "Next »",
"active": false
}
],
"path": "https://quotify.dev/api/quotes",
"per_page": 20,
"to": 20,
"total": 197
}
}


If you want to filter the results, you can use the following query parameters:

  • ?created_after=2024-01-01
  • ?created_before=2025-01-01


You can also access a single quote by using the self url, for example, https://quotify.dev/api/quotes/c9P5Hw8VqL


{
"data": {
"id": "q4L7nP3aBc",
"shopify_draft_order_id": 1132456790123,
"shopify_customer_id": 7345678901456,
"market": "us",
"language": "en",
"created_at": "2025-10-21T11:24:18+00:00",
"utm_parameters": {
"gclid": "EAIaIQobChMIu-abc12QAM",
"content": "hero_cta",
"campaign": "q4_holiday_launch"
},
"fieldsets": [
{
"id": "O8nOBWbjbk",
"title": "Contact information",
"fields": [
{
"id": "2g463423jhj",
"name": "First name",
"type": "text",
"value": "Avery"
},
{
"id": "jg82937d",
"name": "Last name",
"type": "text",
"value": "Santos"
},
{
"id": "gj28305",
"name": "Email",
"type": "email",
"value": "avery.santos@example.com"
},
{
"id": "hs820f35",
"name": "Phone",
"type": "text",
"value": "+1 415 555 0198"
}
]
},
{
"id": "68s0032hds",
"title": "Billing",
"fields": [
{
"id": "5gu30s73",
"name": "Billing name",
"type": "text",
"value": "Avery Santos"
},
{
"id": "h24sd2345",
"name": "Address line 1",
"type": "text",
"value": "500 Market St"
},
{
"id": "fhj4sj4",
"name": "City",
"type": "text",
"value": "San Francisco"
},
{
"id": "alh937v6s",
"name": "State/Province",
"type": "text",
"value": "CA"
},
{
"id": "5h5345s",
"name": "Postal code",
"type": "text",
"value": "94105"
},
{
"id": "hljs03854",
"name": "Country",
"type": "text",
"value": "US"
}
]
},
{
"id": "gdsj927834s",
"title": "Shipping",
"fields": [
{
"id": "xa028jbo3",
"name": "Recipient name",
"type": "text",
"value": "Avery Santos"
},
{
"id": "hdjx9273",
"name": "Address line 1",
"type": "text",
"value": "1200 Bryant St"
},
{
"id": "gjj80z1",
"name": "City",
"type": "text",
"value": "San Francisco"
},
{
"id": "fdgux0234",
"name": "State/Province",
"type": "text",
"value": "CA"
},
{
"id": "gkx08342",
"name": "Postal code",
"type": "text",
"value": "94103"
},
{
"id": "2k82jf8s2",
"name": "Country",
"type": "text",
"value": "US"
},
{
"id": "gi2971c2",
"name": "Shipping method",
"type": "select",
"value": "UPS Ground"
}
]
},
{
"id": "5js0wu2345",
"title": "Additional information",
"fields": [
{
"id": "2t2244",
"name": "PO number",
"type": "text",
"value": "PO-24781"
},
{
"id": "jgusos832",
"name": "Need by date",
"type": "text",
"value": "2025-10-31"
}
]
}
],
"products": [
{
"id": "y0kn5eJn1X",
"shopify_product_id": 8757753000456,
"title": "Mac mini (M2)",
"variants": [
{
"id": "VAR-M2-8-256",
"shopify_product_variant_id": 46118739900123,
"variant_title": "8-core CPU / 8GB / 256GB",
"variant_sku": "MM-M2-8-256",
"variant_quantity": 1,
"price": 59900
}
]
},
{
"id": "gj293745s2",
"shopify_product_id": 7857753998881,
"title": "USB-C 7-in-1 Hub",
"variants": [
{
"id": "VAR-HUB-SG",
"shopify_product_variant_id": 47118738888001,
"variant_title": "Space Gray",
"variant_sku": "HUB-7IN1-SG",
"variant_quantity": 1,
"price": 4999
}
]
}
],
"notes": "Customer asked about educator discount; prefers weekday delivery.",
"links": {
"self": "https://quotify.dev/api/quotes/q4L7nP3aBc"
}
}
}


Updated on: 22/10/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!