GET
/
cleemy-procurement
/
taxes
/
api
/
rates
curl --request GET \
  --url https://{host}/cleemy-procurement/taxes/api/rates \
  --header 'Authorization: <authorization>'
[
  {
    "id": 1,
    "percentage": 0.2,
    "rateType": {
      "id": 45,
      "name": "Normal",
      "territoryId": "FR",
      "recoveryRules": [
        {
          "costFamilyId": 1,
          "coefficient": 0
        },
        {
          "costFamilyId": 2,
          "coefficient": 0
        },
        {
          "costFamilyId": 7,
          "coefficient": 0
        }
      ]
    }
  }
]

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Query Parameters

date
string
required

VAT rate may change over time. Date of the day VAT rates were applicable.

Examples:

"2025-01-01"

territoryId
string
required

Territory over which the VAT rates apply.

Examples:

"FR"

Response

200 - application/json

OK

VAT rates