x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/organisation/taxes?page&page_size&brief&include=accounts&description_prefix&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 55,
"code": "TPS",
"name": "Taxe sur les produits et services",
"abbreviation": "TPS",
"updated_at": "2026-02-20T14:30:00-04:00",
"_links": {
"self": "/api/organisation/taxes/by-id/55"
}
},
{
"id": 56,
"code": "TVQ",
"name": "Taxe de vente du Québec",
"abbreviation": "TVQ",
"updated_at": "2026-02-20T14:30:00-04:00",
"_links": {
"self": "/api/organisation/taxes/by-id/56"
}
}
],
"page": 1,
"page_size": 50,
"total": 5,
"total_pages": 1
}