v1
latestOpenAPI 3.0.02026-07-2455104.8 MBTax Account Mapping
๐ List Tax Account Mapping Entries
This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.
Retrieves a list of tax account mapping entries.
get/api/v1/taxAccountMapping
Query parameters
Filter parameters
[
{
"key": "id"
}
]Response
Successful operation
Example response
{
"data": [
{
"id": "2",
"name": "",
"account": {
"id": "3",
"accountNumber": "1776",
"accountType": "tax",
"name": "VAT Standard",
"description": "VAT 19%",
"isStandard": true,
"deletedAt": null,
"createdAt": "2025-08-13T09:02:39.808Z",
"updatedAt": "2025-08-13T09:02:39.808Z"
},
"taxType": {
"id": "1",
"name": "standard",
"description": "Standard",
"isStandard": true,
"createdAt": "2025-11-26T08:08:53.640784Z",
"updatedAt": "2025-11-26T08:08:53.640784Z"
},
"countryCode": "DE",
"region": "",
"zipCode": "",
"isActive": true,
"createdAt": "2022-01-01T00:00:00Z",
"updatedAt": "2022-01-01T00:00:00Z"
}
]
}