x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/organisation/tax-exceptions?page&page_size&brief&description_prefix&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 44,
"code": "EX-EXPORT",
"name": "Export hors taxe",
"updated_at": "2026-03-05T11:10:00-05:00",
"_links": {
"self": "/api/organisation/tax-exceptions/by-id/44"
}
},
{
"id": 45,
"code": "EX-INDIEN",
"name": "Statut indien exempté",
"updated_at": "2026-03-05T11:10:00-05:00",
"_links": {
"self": "/api/organisation/tax-exceptions/by-id/45"
}
}
],
"page": 1,
"page_size": 50,
"total": 8,
"total_pages": 1
}