Last updated 8 months ago
Get Tax List
GET /v1/tax HTTP/1.1 Host: api.nuvio.io Authorization: YOUR_API_KEY Accept: */*
OK
{ "success": true, "errors": [ "text" ], "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "taxName": "text", "taxRate": 1, "isCompound": true } ] }