x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/organisation/tax-groups?page&page_size&brief&description_prefix&shortcut&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 19,
"code": "V-STD",
"name": "Ventes standard",
"shortcut": "V",
"updated_at": "2026-03-05T10:00:00-05:00",
"_links": {
"self": "/api/organisation/tax-groups/by-id/19"
}
},
{
"id": 20,
"code": "A-STD",
"name": "Achats standard",
"shortcut": "A",
"updated_at": "2026-03-05T10:00:00-05:00",
"_links": {
"self": "/api/organisation/tax-groups/by-id/20"
}
}
],
"page": 1,
"page_size": 50,
"total": 12,
"total_pages": 1
}