Skip to main content
GET
/
discounts
/
types
/
allowance
Get the value of the First Project Incentive discount
curl --request GET \
  --url {schemes}://api.upsun.com/discounts/types/allowance \
  --header 'Authorization: Bearer <token>'
{
  "currencies": {
    "EUR": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    },
    "USD": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    },
    "GBP": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    },
    "AUD": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    },
    "CAD": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Response

200 - application/json

A discount object

currencies
object

Discount values per currency.

Last modified on March 11, 2026