x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/organisation/tax-exceptions/extract?cursor_modified_at&cursor_card_pos&limit' \
--header 'x-api-key: <api-key>'{
"items": [
{
"code": "EX-EXPORT",
"id": 44,
"lines": [
{
"line_index": 1,
"rate_index": 0,
"tax_amount": 0,
"tax_code": "TPS",
"tax_id": 55,
"tax_type": {
"code": "tax_type_0",
"id": 0,
"label": "Taxe non taxable"
}
}
],
"metadata": {
"sdk_index_used": 1,
"sdk_interface": "TaxException",
"unique_id": 3020,
"updated_at": "2026-03-05T11:10:00-05:00",
"updated_by_user_id": 4
},
"name": "Export hors taxe",
"status": {
"is_active": true,
"is_deleted": false,
"is_used": false
},
"sync": {
"cursor": {
"card_pos": 44,
"modified_at": "2026-03-05T11:10:00-05:00"
},
"extracted_at": "2026-03-12T10:04:08-04:00",
"organisation_id": "mastodonte"
}
}
],
"count": 0,
"has_more": false,
"next_cursor": {
"modified_at": "2019-08-24T14:15:22.123Z",
"card_pos": 0
}
}