Last updated 16 days ago
Get Tax List
OK
const response = await fetch('https://api.nuvio.io/v1/tax', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "errors": [ "text" ], "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "taxName": "text", "taxRate": 0, "isCompound": false } ] }