x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/organisation/tax-groups/extract?cursor_modified_at&cursor_card_pos&limit' \
--header 'x-api-key: <api-key>'{
"items": [
{
"code": "V-STD",
"description": "Ventes standard",
"id": 19,
"lines": [
{
"claim_account_id": 121,
"claim_account_number": "2355",
"collect_account_id": 120,
"collect_account_number": "2350",
"fixed_amount": 0,
"line_index": 1,
"rate_index": 0,
"tax_code": "TPS",
"tax_id": 55,
"tax_type": {
"code": "tax_type_1",
"id": 1,
"label": "Taxe taxable"
}
}
],
"metadata": {
"sdk_index_used": 1,
"sdk_interface": "TaxGroup",
"unique_id": 1099,
"updated_at": "2026-03-05T10:00:00-05:00",
"updated_by_user_id": 7
},
"shortcut": "V",
"status": {
"is_active": true,
"is_deleted": false,
"is_used": true
},
"sync": {
"cursor": {
"card_pos": 19,
"modified_at": "2026-03-05T10:00: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
}
}