---
title: "Retrieve a quote"
method: GET
path: "/api/external/v2/quotes/{id}"
tags: ["Quotes"]
---

# Retrieve a quote

`GET /api/external/v2/quotes/{id}`

This endpoint retrieves a quote.

> ℹ️
> This endpoint requires one of the following scopes: `quotes:all`, `quotes:readonly`

## Path parameters

- `id` integer, required

## Response `200`

A Quote

- object
  - `id` integer, required — Quote identifier
  - `label` string, nullable, required
  - `quote_number` string, required
  - `currency` 'EUR' | 'USD' | 'GBP' | 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'FJD' | 'FKP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SLE' | 'SOS' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMK' | 'ZMW' | 'ZWL', required
  - `amount` string, required — Quote amount (total value of the quote in euros. If the currency is euro, `currency_amount` and `amount` are identical)
  - `currency_amount` string, required — Quote currency amount (total value of the quote in the currency of the quote)
  - `currency_amount_before_tax` string, required — Quote currency amount before tax (total value before tax of the quote in the currency of the quote)
  - `exchange_rate` string, required — Quote exchange rate (used to convert the quote to euros. If the quote currency is euro it will be 1.0)
  - `date` string, date, nullable, required — Quote issue date (ISO 8601)
  - `deadline` string, date, nullable, required — Quote expiration deadline (ISO 8601)
  - `currency_tax` string, required — Quote taxable amount (in quote currency)
  - `tax` string, required — Quote taxable amount (in quote currency)
  - `language` 'fr_FR' | 'en_GB' | 'de_DE', required — The local default is based on the thirdparty (customer / supplier ) billing_language . In case the customer is not present, we will default to the company locale.
  - `status` 'pending' | 'accepted' | 'denied' | 'invoiced' | 'expired', required — - accepted: quote has been accepted - denied: quote has been denied - expired: quote has expired - invoiced: quote has been invoiced - pending: quote to be denied or accepted
  - `discount` object, required
    - `type` 'absolute' | 'relative', required — Discount type. - absolute if it is an amount - relative if it is a percentage
    - `value` string, required — Discount value on the total amount before tax of the line
  - `public_file_url` string, nullable, required — Public URL of the quote file. The URL will expire after 30 minutes.
  - `filename` string, nullable, required — Name of the file attached to the quote
  - `special_mention` string, nullable, required — Additional details
  - `customer` object, nullable, required
    - `id` integer, required
    - `url` string, required — URL to get the customer.
  - `invoice_line_sections` object, required
    - `url` string, required — URL to get the invoice line sections of the quote.
  - `invoice_lines` object, required
    - `url` string, required — URL to get the invoice lines of the quote.
  - `linked_invoices` object, required
    - `url` string, required — URL to get the invoices linked to the quote.
  - `pdf_invoice_free_text` string, required
  - `pdf_invoice_subject` string, required
  - `pdf_description` string, nullable, required
  - `quote_template` object, nullable, required
    - `id` integer, required
  - `appendices` object, required
    - `url` string, required — URL to get the appendices of the quote.
  - `external_reference` string, required — The unique external reference that was assigned during creation either by you or Pennylane. (Same attribute as `external_id` in the API v1)
  - `archived_at` string, date-time, nullable, required — The time the quote has been archived
  - `created_at` string, date-time, required — The time the quote has been created
  - `updated_at` string, date-time, required — The last time the quote has been updated

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
