Skip to main content
GET
/
accounting
/
taxRates
cURL
curl --request GET \
  --url https://api.maesn.dev/accounting/taxRates \
  --header 'X-ACCOUNT-KEY: <x-account-key>' \
  --header 'X-API-KEY: <x-api-key>'
{
  "meta": {
    "warnings": [
      "Field not used by target system"
    ],
    "pagination": {
      "total": 123,
      "perPage": 123,
      "currentPage": 123,
      "totalPages": 123
    }
  },
  "data": [
    {
      "id": "b0450a0a-4164-4b5a-b006-1f3e835c32ff",
      "code": "02",
      "createdDate": "2021-01-01T00:00:00Z",
      "description": "BTW hoog tarief, exclusief",
      "name": "21 PERCENT",
      "percentage": 21,
      "type": "INCLUSIVE",
      "updatedDate": "2021-01-01T00:00:00Z"
    }
  ]
}

Field support per integration

If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
Supported filters:
  • lastModifiedAt
Support pagination: trueSupport rawData: true
Supported Response Fields:
id
string
code
string
createdDate
string
description
string
percentage
number
type
string
Available values: INCLUSIVE, EXCLUSIVE, ZERO_TAX, NO_TAXIndicates how the tax amount should be calculated in relation to an invoice or bill amount.
updatedDate
string
If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
Supported filters: noneSupport pagination: trueSupport rawData: true
Supported Response Fields:
id
string
code
string
createdDate
string
description
string
name
string
percentage
number
updatedDate
string
Supported filters: noneSupport pagination: trueSupport rawData: true
Supported Response Fields:
name
string
percentage
number

Headers

X-API-KEY
string
required

API key

Example:

"example value"

X-ACCOUNT-KEY
string
required

Account key

Example:

"example value"

Query Parameters

page
number
limit
enum<number>
Available options:
5,
10,
20,
50,
100
companyId
string
environmentName
string
lastModifiedAt
number
rawData
boolean

Response

200 - application/json
meta
object
data
object[]
I