---
title: "Get the value of the First Project Incentive discount"
method: GET
path: "/discounts/types/allowance"
tags: ["Discounts"]
---

# Get the value of the First Project Incentive discount

`GET /discounts/types/allowance`

## Response `200`

A discount object

- object
  - `currencies` object — Discount values per currency.
    - `EUR` object — Discount value in EUR.
      - `formatted` string — The discount amount formatted.
      - `amount` number, float — The discount amount.
      - `currency` string — The currency.
      - `currency_symbol` string — Currency symbol.
    - `USD` object — Discount value in USD.
      - `formatted` string — The discount amount formatted.
      - `amount` number, float — The discount amount.
      - `currency` string — The currency.
      - `currency_symbol` string — Currency symbol.
    - `GBP` object — Discount value in GBP.
      - `formatted` string — The discount amount formatted.
      - `amount` number, float — The discount amount.
      - `currency` string — The currency.
      - `currency_symbol` string — Currency symbol.
    - `AUD` object — Discount value in AUD.
      - `formatted` string — The discount amount formatted.
      - `amount` number, float — The discount amount.
      - `currency` string — The currency.
      - `currency_symbol` string — Currency symbol.
    - `CAD` object — Discount value in CAD.
      - `formatted` string — The discount amount formatted.
      - `amount` number, float — The discount amount.
      - `currency` string — The currency.
      - `currency_symbol` string — Currency symbol.

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
